Captures information in a SIP response.

The following tables list the members exposed by the SipResponseData type.

Public Constructors

  Name Description
SipResponseData Initializes a new instance of the class.
Top

Public 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

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (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 Overridden. Populates a SerializationInfo with the data needed to serialize the object.
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also