C# Class SIPSorcery.SIP.SilverlightTCPSIPChannel

Inheritance: SIPChannel
Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

Свойство Type Description
LastTransmission System.DateTime
MaxSIPTCPMessageSize int

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetConnectionsList ( ) : SIPConnection>.Dictionary

Private Methods

Méthode Description
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

Method Details

CancelConnect() public méthode

public CancelConnect ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( IPEndPoint remoteEndPoint ) : void
remoteEndPoint System.Net.IPEndPoint
Résultat void

GetConnectionsList() protected méthode

protected GetConnectionsList ( ) : SIPConnection>.Dictionary
Résultat SIPConnection>.Dictionary

IsConnectionEstablished() public méthode

public IsConnectionEstablished ( IPEndPoint remoteEndPoint ) : bool
remoteEndPoint System.Net.IPEndPoint
Résultat bool

Send() public méthode

public Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
destinationEndPoint System.Net.IPEndPoint
buffer byte
Résultat void

Send() public méthode

public Send ( IPEndPoint dstEndPoint, byte buffer, string serverCN ) : void
dstEndPoint System.Net.IPEndPoint
buffer byte
serverCN string
Résultat void

Send() public méthode

public Send ( IPEndPoint destinationEndPoint, string message ) : void
destinationEndPoint System.Net.IPEndPoint
message string
Résultat void

SetLocalSIPEndPoint() public méthode

public SetLocalSIPEndPoint ( SIPEndPoint localSIPEndPoint ) : void
localSIPEndPoint SIPEndPoint
Résultat void

SilverlightTCPSIPChannel() public méthode

public SilverlightTCPSIPChannel ( ) : NUnit.Framework
Résultat NUnit.Framework

Property Details

LastTransmission public_oe property

public DateTime,System LastTransmission
Résultat System.DateTime

MaxSIPTCPMessageSize public_oe static_oe property

public static int MaxSIPTCPMessageSize
Résultat int