Delegate MsrpMessageDeliveryFailedDelegate
Delegate type for the MsrpMessageDeliveryFailed event of the MsrpConnection class.
Namespace: SipLib.Msrp
Assembly: SipLib.dll
Syntax
public delegate void MsrpMessageDeliveryFailedDelegate(MsrpMessage message, MsrpUri remoteMsrpUri, int StatusCode, string StatusText)
Parameters
| Type | Name | Description |
|---|---|---|
| MsrpMessage | message | Message that was sent and rejected by the remote endpoint |
| MsrpUri | remoteMsrpUri | MsrpUri of the remote endpoint |
| int | StatusCode | Status code that was returned in the respoinse message. |
| string | StatusText | Status text that was returned in the response message. May be null. |