The SipResponseDatatype exposes the following members.

Constructors

  Name Description
SipResponseData
Initializes a new instance of the SipResponseData class with serialized data.

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.)

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
Get the response code.
ResponseText
Get 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. This is retrieved either from User-Agent or Server header.
(Inherited from SipMessageData.)

See Also