Captures information in a SIP request or response message.

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

Protected Constructors

  Name Description
SipMessageData Overloaded. Creates a new instance of the class.
Top

Public Properties

  Name Description
ContentType Gets the content type.
CSeq Gets the sequence number of the response.
FromHeader Gets the "From" header of the message.
RequestUri Gets the request URI.
SignalingHeaders Gets the signaling headers in the response.
ToHeader Gets the "To" header of the message.
UserAgent Gets the user agent of the message.
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.
GetMessageBodyString Gets the message body as string.
GetObjectData 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