SipResponseData Members
Captures information in a SIP response.
The SipResponseData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SipResponseData | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
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.) | |
RequestUri | Gets the request URI. (Inherited from SipMessageData.) | |
ResponseCode | Gets the response code. | |
ResponseText | Gets the reason phrase. | |
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. (Inherited from SipMessageData.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMessageBody | Gets the message body as a byte array. (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