SipMessageData Members

Captures information in a SIP request or response message.

The SipMessageData type exposes the following members.

Constructors

  Name Description
Protected method SipMessageData()()()() Creates a new instance of the class.
Protected method SipMessageData(SerializationInfo, StreamingContext) Creates a new instance of the class.

Top

Properties

  Name Description
Public property ContentType Gets the content type.
Public property CSeq Gets the sequence number of the response.
Public property FromHeader Gets the "From" header of the message.
Public property RequestUri Gets the request URI.
Public property SignalingHeaders Gets the signaling headers in the response.
Public property ToHeader Gets the "To" header of the message.
Public property UserAgent Gets the user agent of the message.

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.
Public method GetMessageBodyString Gets the message body as string.
Public method GetObjectData Populates a [SerializationInfo] with the data needed to serialize the object.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SipMessageData Class

Microsoft.Rtc.Signaling Namespace