Delegate MsrpConnectionStatusDelegate
Delegate type for the MsrpConnectionEstablished and the MsrpConnectionFailed events of the MsrpConnection class.
Namespace: SipLib.Msrp
Assembly: SipLib.dll
Syntax
public delegate void MsrpConnectionStatusDelegate(bool ConnectionIsPassive, MsrpUri RemoteMsrpUri)
Parameters
Type | Name | Description |
---|---|---|
bool | ConnectionIsPassive | If true then the connection is passive, i.e., the MsrpConnection object is the server. False if the MsrpConnection is the client. |
MsrpUri | RemoteMsrpUri | MrspUri of the remote endpoint. |