SipRequestData Members

Captures information in an incoming SIP request.

The SipRequestData type exposes the following members.

Constructors

  Name Description
Public method SipRequestData Creates 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 MessageType Gets the message type of the request.
Public property RequestUri Gets the request URI. (Inherited from SipMessageData.)
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

SipRequestData Class

Microsoft.Rtc.Signaling Namespace