C# Class SIPSorcery.SIP.SIPTCPChannel

Inheritance: SIPChannel
Afficher le fichier Open project: TilmannBach/sipsorcery-fork Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
IsConnectionEstablished ( IPEndPoint remoteEndPoint ) : bool
ReceiveCallback ( IAsyncResult ar ) : void
SIPTCPChannel ( IPEndPoint endPoint ) : NUnit.Framework
Send ( IPEndPoint dstEndPoint, byte buffer ) : void
Send ( IPEndPoint dstEndPoint, byte buffer, string serverCertificateName ) : void
Send ( IPEndPoint destinationEndPoint, string message ) : void

Méthodes protégées

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

Private Methods

Méthode Description
AcceptConnections ( string threadName ) : void
Dispose ( bool disposing ) : void
EndConnect ( IAsyncResult ar ) : void
EndSend ( IAsyncResult ar ) : void
Initialise ( ) : void
SIPTCPMessageReceived ( SIPChannel channel, SIPEndPoint remoteEndPoint, byte buffer ) : void
SIPTCPSocketDisconnected ( IPEndPoint remoteEndPoint ) : void

Method Details

Close() public méthode

public Close ( ) : void
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

ReceiveCallback() public méthode

public ReceiveCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

SIPTCPChannel() public méthode

public SIPTCPChannel ( IPEndPoint endPoint ) : NUnit.Framework
endPoint System.Net.IPEndPoint
Résultat NUnit.Framework

Send() public méthode

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

Send() public méthode

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

Send() public méthode

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