C# Class SIPSorcery.SIP.SIPUDPChannel

Inheritance: SIPChannel
Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
GetConnectionsList ( ) : SIPConnection>.Dictionary

Private Methods

Method Description
Dispose ( bool disposing ) : void
Initialise ( ) : void
Listen ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetConnectionsList() protected method

protected GetConnectionsList ( ) : SIPConnection>.Dictionary
return SIPConnection>.Dictionary

IsConnectionEstablished() public method

public IsConnectionEstablished ( IPEndPoint remoteEndPoint ) : bool
remoteEndPoint System.Net.IPEndPoint
return bool

SIPUDPChannel() public method

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

Send() public method

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

Send() public method

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

Send() public method

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