Delegate MsrpTextMessageReceivedDelegate
Delegate type for the MsrpTextMessageReceived event of the MsrpConnection class.
Namespace: SipLib.Msrp
Assembly: SipLib.dll
Syntax
public delegate void MsrpTextMessageReceivedDelegate(string message, string from)
Parameters
Type | Name | Description |
---|---|---|
string | message | The text of the message |
string | from | The user part of the remote MSRP URI if the content type is text/plain or the user part from the CPIM From header if the content type is message/cpim. |