SipMessageData Members
Include Protected Members
Include Inherited Members
Captures information in a SIP message (request or response). It gives access to information that is common to request or response.
The SipMessageData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SipMessageData() | A default object to represent no response |
![]() |
SipMessageData(SerializationInfo, StreamingContext) | Initialize the message and add serialization data on it |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CallId | Gets the call id header value from the message. This property can return empty string if call id value is not available. |
![]() |
ContentType | Gets the content type. |
![]() |
CSeq | Gets the sequence number of the response. |
![]() |
FromHeader | Gets the "From" header of the message. |
![]() |
RequestUri | Gets the request URI. |
![]() |
SignalingHeaders | Gets the signaling headers in the response. |
![]() |
ToHeader | Gets the "To" header of the message. |
![]() |
UserAgent | Gets the user agent of the message. This is retrieved either from User-Agent or Server header. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetMessageBody | Gets the message body. |
![]() |
GetMessageBodyString | Gets the message body as string. |
![]() |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the object. |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top