The Requesttype exposes the following members.

Methods

  Name Description
Public method Clone () () () () Creates a new request based on this request.
Public method Clone(String) Creates a new request based on this request with the specified target URI.
Public method CreateResponse () () () () Creates a response to this request.
Public method CreateResponse(Int32) Creates a response to this message with the specified status code.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetHeaders A read-only collection of headers of the specified type.(Inherited from Message.)
Public method Static member GetStandardMethod Returns a StandardMethodTypeenum value that matches the supplied method.
Public method GetType (Inherited from Object.)
Protected method InitializeUnmarshaled Initializes an object that is created by the application in the Unmarshaled state.(Inherited from Message.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Retarget Sets a new target user (logical destination) for the request. The actual destination address for request routing is not provided. Other applications and/or servers should come up with the route. Setting request URI directly implies that the actual destination address is provided.
Public method SetDestination Sets the destination of the request to the specified ContactInfo. Use this method instead of setting the RequestUri property directly.
Protected method SetMarshaled Updates state to Marshaled.(Overrides Message . . :: . . SetMarshaled () () () () .)
Public method ToString (Inherited from Object.)
Top

Explicit interface implementations

  Name Description
Explicit interface implemetation Private method ICloneable . . :: . . Clone Creates a copy of this object.(Inherited from Message.)
Top

See also