C# 클래스 SIPSorcery.Net.STUNServer

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
STUNPrimaryReceived ( IPEndPoint localEndPoint, IPEndPoint receivedEndPoint, byte buffer, int bufferLength ) : void
STUNSecondaryReceived ( IPEndPoint localEndPoint, IPEndPoint receivedEndPoint, byte buffer, int bufferLength ) : void
STUNServer ( IPEndPoint primaryEndPoint, STUNSendMessageDelegate primarySend, IPEndPoint secondaryEndPoint, STUNSendMessageDelegate secondarySend ) : NUnit.Framework
Stop ( ) : void

비공개 메소드들

메소드 설명
FireSTUNPrimaryRequestInTraceEvent ( IPEndPoint localEndPoint, IPEndPoint fromEndPoint, STUNMessage stunMessage ) : void
FireSTUNPrimaryResponseOutTraceEvent ( IPEndPoint localEndPoint, IPEndPoint toEndPoint, STUNMessage stunMessage ) : void
FireSTUNSecondaryRequestInTraceEvent ( IPEndPoint localEndPoint, IPEndPoint fromEndPoint, STUNMessage stunMessage ) : void
FireSTUNSecondaryResponseOutTraceEvent ( IPEndPoint localEndPoint, IPEndPoint toEndPoint, STUNMessage stunMessage ) : void
GetResponse ( IPEndPoint receivedEndPoint, STUNMessage stunRequest, bool primary ) : STUNMessage

메소드 상세

STUNPrimaryReceived() 공개 메소드

public STUNPrimaryReceived ( IPEndPoint localEndPoint, IPEndPoint receivedEndPoint, byte buffer, int bufferLength ) : void
localEndPoint System.Net.IPEndPoint
receivedEndPoint System.Net.IPEndPoint
buffer byte
bufferLength int
리턴 void

STUNSecondaryReceived() 공개 메소드

public STUNSecondaryReceived ( IPEndPoint localEndPoint, IPEndPoint receivedEndPoint, byte buffer, int bufferLength ) : void
localEndPoint System.Net.IPEndPoint
receivedEndPoint System.Net.IPEndPoint
buffer byte
bufferLength int
리턴 void

STUNServer() 공개 메소드

public STUNServer ( IPEndPoint primaryEndPoint, STUNSendMessageDelegate primarySend, IPEndPoint secondaryEndPoint, STUNSendMessageDelegate secondarySend ) : NUnit.Framework
primaryEndPoint System.Net.IPEndPoint
primarySend STUNSendMessageDelegate
secondaryEndPoint System.Net.IPEndPoint
secondarySend STUNSendMessageDelegate
리턴 NUnit.Framework

Stop() 공개 메소드

public Stop ( ) : void
리턴 void