C# 클래스 SIPSorcery.SIP.SIPUDPChannel

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

공개 메소드들

메소드 설명
Close ( ) : void
IsConnectionEstablished ( IPEndPoint remoteEndPoint ) : bool
SIPUDPChannel ( IPEndPoint endPoint ) : NUnit.Framework
Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
Send ( IPEndPoint dstEndPoint, byte buffer, string serverCertificateName ) : void
Send ( IPEndPoint destinationEndPoint, string message ) : void

보호된 메소드들

메소드 설명
GetConnectionsList ( ) : SIPConnection>.Dictionary

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Initialise ( ) : void
Listen ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetConnectionsList() 보호된 메소드

protected GetConnectionsList ( ) : SIPConnection>.Dictionary
리턴 SIPConnection>.Dictionary

IsConnectionEstablished() 공개 메소드

public IsConnectionEstablished ( IPEndPoint remoteEndPoint ) : bool
remoteEndPoint System.Net.IPEndPoint
리턴 bool

SIPUDPChannel() 공개 메소드

public SIPUDPChannel ( IPEndPoint endPoint ) : NUnit.Framework
endPoint System.Net.IPEndPoint
리턴 NUnit.Framework

Send() 공개 메소드

public Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
destinationEndPoint System.Net.IPEndPoint
buffer byte
리턴 void

Send() 공개 메소드

public Send ( IPEndPoint dstEndPoint, byte buffer, string serverCertificateName ) : void
dstEndPoint System.Net.IPEndPoint
buffer byte
serverCertificateName string
리턴 void

Send() 공개 메소드

public Send ( IPEndPoint destinationEndPoint, string message ) : void
destinationEndPoint System.Net.IPEndPoint
message string
리턴 void