Property | Type | Description | |
---|---|---|---|
LocalTCPSockets | List |
||
SIPMessageReceived | SIPMessageReceivedDelegate |
Property | Type | Description | |
---|---|---|---|
Closed | bool | ||
logger | log4net.ILog | ||
m_isReliable | bool | ||
m_isTLS | bool | ||
m_localSIPEndPoint |
Method | Description | |
---|---|---|
Close ( ) : void | ||
IsConnectionEstablished ( |
||
Send ( |
||
Send ( |
||
Send ( |
Method | Description | |
---|---|---|
GetConnectionsList ( ) : SIPConnection>.Dictionary |
||
PruneConnections ( string threadName ) : void |
Periodically checks the established connections and closes any that have not had a transmission for a specified period or where the number of connections allowed per IP address has been exceeded. Only relevant for connection oriented channels such as TCP and TLS.
|
protected abstract GetConnectionsList ( ) : SIPConnection>.Dictionary |
||
return | SIPConnection>.Dictionary |
public abstract IsConnectionEstablished ( |
||
remoteEndPoint | ||
return | bool |
protected PruneConnections ( string threadName ) : void | ||
threadName | string | |
return | void |
public abstract Send ( |
||
destinationEndPoint | ||
buffer | byte | |
return | void |
public abstract Send ( |
||
destinationEndPoint | ||
buffer | byte | |
serverCertificateName | string | |
return | void |
public abstract Send ( |
||
destinationEndPoint | ||
message | string | |
return | void |
public SIPMessageReceivedDelegate SIPMessageReceived | ||
return | SIPMessageReceivedDelegate |