The Responsetype exposes the following members.

Properties

  Name Description
Public property AllHeaders Collection that contains all of the headers for this message.(Inherited from Message.)
Public property AllStamps Returns all the stamps that are associated with the message.(Inherited from Message.)
Public property AuthenticationInfo Stack-specific authentication information.(Inherited from Message.)
Public property Content Message content parsed as a string.(Inherited from Message.)
Public property RawContent Raw message content.(Inherited from Message.)
Public property ReasonPhrase Text explanation of the status code.
Public property Received Indicates whether this message was received by the server (as opposed to having been created by the calling application).(Inherited from Message.)
Public property Stamp The Stampproperty contains the string that is used to stamp a message. Setting Stampmarks the message with the supplied string, which can then be read either by the application or downstream instances of the application.(Inherited from Message.)
Public property StampPool The StampPoolproperty specifies the name of the Enterprise Edition pool in which the last stamp for the application was set.(Inherited from Message.)
Public property StatusClass The StatusClassproperty contains the class of the numeric SIP status code.
Public property StatusCode The StatusCodeproperty contains the numeric SIP status code for the response.
Public property TimeReceived The TimeReceivedproperty indicates the date and time (represented as a DateTimeobject) the message was received by the server.(Inherited from Message.)
Top

See also