Delegate MsrpMessageSentDelegate
Delegate type for the MsrpMessageSent event of th MsrpConnection class.
Namespace: SipLib.Msrp
Assembly: SipLib.dll
Syntax
public delegate void MsrpMessageSentDelegate(string ContentType, byte[] Contents)
Parameters
Type | Name | Description |
---|---|---|
string | ContentType | Value of the Content-Type header minus any header parameters. This indicates the MIME type such as text/pain, message/cpim, image/jpeg, etc... |
byte[] | Contents | Binary contents for this message. If the message was chunked then this array will contain all of the chunks concatenated together. |