SipResponseData Members

Captures information in a SIP response.

The SipResponseData type exposes the following members.

Constructors

  Name Description
Public method SipResponseData Initializes a new instance of the class.

Top

Properties

  Name Description
Public property ContentType Gets the content type. (Inherited from SipMessageData.)
Public property CSeq Gets the sequence number of the response. (Inherited from SipMessageData.)
Public property FromHeader Gets the "From" header of the message. (Inherited from SipMessageData.)
Public property RequestUri Gets the request URI. (Inherited from SipMessageData.)
Public property ResponseCode Gets the response code.
Public property ResponseText Gets the reason phrase.
Public property SignalingHeaders Gets the signaling headers in the response. (Inherited from SipMessageData.)
Public property ToHeader Gets the "To" header of the message. (Inherited from SipMessageData.)
Public property UserAgent Gets the user agent of the message. (Inherited from SipMessageData.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMessageBody Gets the message body as a byte array. (Inherited from SipMessageData.)
Public method GetMessageBodyString Gets the message body as string. (Inherited from SipMessageData.)
Public method GetObjectData Populates a [SerializationInfo] with the data needed to serialize the object. (Overrides SipMessageData..::..GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SipResponseData Class

Microsoft.Rtc.Signaling Namespace