SipRequestData Members
Include Protected Members
Include Inherited Members
Captures information in an incoming SIP request. It gives access to the message type in addition to what is exposed in a SipMessageData class. This class is used only to expose an incoming request and cannot be used to create an outgoing request.
The SipRequestData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SipRequestData | Initializes a new instance of the SipRequestData class with serialized data. |
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. (inherited from SipMessageData) | |
ContentType | Gets the content type. (inherited from SipMessageData) | |
CSeq | Gets the sequence number of the response. (inherited from SipMessageData) | |
FromHeader | Gets the "From" header of the message. (inherited from SipMessageData) | |
MessageType | Gets the message type of the request. | |
RequestUri | Gets the request URI. (inherited from SipMessageData) | |
SignalingHeaders | Gets the signaling headers in the response. (inherited from SipMessageData) | |
ToHeader | Gets the "To" header of the message. (inherited from SipMessageData) | |
UserAgent | Gets the user agent of the message. This is retrieved either from User-Agent or Server header. (inherited from SipMessageData) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetMessageBody | Gets the message body. (inherited from SipMessageData) | |
GetMessageBodyString | Gets the message body as string. (inherited from SipMessageData) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the object. (Overrides SipMessageData.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top