The Requesttype 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 Method SIP method type.
Public property RawContent Raw message content.(Inherited from Message.)
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 RequestUri Request URI.
Public property SimpleProxy Indicates whether this request can be simple proxied.
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 StandardMethod Efficient representation of common SIP method types.
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