Delegate SipConnectionFailedDelegate
Delegate type for the SIPConnectionFailed event of the SIPTCPChannel and the SIPTLSChannel classes.
Namespace: SipLib.Channels
Assembly: SipLib.dll
Syntax
public delegate void SipConnectionFailedDelegate(SIPChannel sipChannel, IPEndPoint remoteEndPoint)
Parameters
Type | Name | Description |
---|---|---|
SIPChannel | sipChannel | SIPChannel derived object that the connection request failed on. |
IPEndPoint | remoteEndPoint | Remote IPEndPoint |