C# 클래스 SIPSorcery.SIP.SilverlightTCPSIPChannel

상속: SIPChannel
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 프로퍼티들

프로퍼티 타입 설명
LastTransmission System.DateTime
MaxSIPTCPMessageSize int

공개 메소드들

메소드 설명
CancelConnect ( ) : void
Close ( ) : void
Connect ( IPEndPoint remoteEndPoint ) : void
IsConnectionEstablished ( IPEndPoint remoteEndPoint ) : bool
Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
Send ( IPEndPoint dstEndPoint, byte buffer, string serverCN ) : void
Send ( IPEndPoint destinationEndPoint, string message ) : void
SetLocalSIPEndPoint ( SIPEndPoint localSIPEndPoint ) : void
SilverlightTCPSIPChannel ( ) : NUnit.Framework

보호된 메소드들

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

비공개 메소드들

메소드 설명
SIPSocketDisconnected ( IPEndPoint remoteEndPoint ) : void
SIPTCPMessageReceived ( SIPChannel channel, SIPEndPoint remoteEndPoint, byte buffer ) : void
Send ( string message ) : void
SocketConnect_Completed ( object sender, SocketAsyncEventArgs e ) : void
SocketRead_Completed ( object sender, SocketAsyncEventArgs e ) : void

메소드 상세

CancelConnect() 공개 메소드

public CancelConnect ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( IPEndPoint remoteEndPoint ) : void
remoteEndPoint System.Net.IPEndPoint
리턴 void

GetConnectionsList() 보호된 메소드

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

IsConnectionEstablished() 공개 메소드

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

Send() 공개 메소드

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

Send() 공개 메소드

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

Send() 공개 메소드

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

SetLocalSIPEndPoint() 공개 메소드

public SetLocalSIPEndPoint ( SIPEndPoint localSIPEndPoint ) : void
localSIPEndPoint SIPEndPoint
리턴 void

SilverlightTCPSIPChannel() 공개 메소드

public SilverlightTCPSIPChannel ( ) : NUnit.Framework
리턴 NUnit.Framework

프로퍼티 상세

LastTransmission 공개적으로 프로퍼티

public DateTime,System LastTransmission
리턴 System.DateTime

MaxSIPTCPMessageSize 공개적으로 정적으로 프로퍼티

public static int MaxSIPTCPMessageSize
리턴 int