Captures information in an incoming SIP request.

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

Public Constructors

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