Delegate SIPConnectionDisconnectedDelegate
Delegate type for the SIPSocketDisconnected event of the SIPConnection class.
Namespace: SipLib.Channels
Assembly: SipLib.dll
Syntax
public delegate void SIPConnectionDisconnectedDelegate(IPEndPoint remoteEndPoint)
Parameters
Type | Name | Description |
---|---|---|
IPEndPoint | remoteEndPoint | IPEndPoint of the remote endpoint |