Enum MsrpCompletionStatus
Enumeration that defines the possible status conditions for a single MSRP message.
Namespace: SipLib.Msrp
Assembly: SipLib.dll
Syntax
public enum MsrpCompletionStatus
Fields
Name | Description |
---|---|
Complete | The transaction message contains the complete message or is the last MSRP message in a collection of message chunks. The end line of the message ended with a "$" character. |
Continuation | The transaction message contains only a chunk of the an entire MSRP message. The end line of the message ended with a "+" character. |
Truncated | The message contains contents that were truncated by the sender. The end line of the message ended with a "#" character |
Unknown | The status of the message unknown because the transaction message is not properly terminated. |