DispatchContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the inputs and outputs to the DispatchRequest(DispatchContext) method.
public ref class DispatchContext
public class DispatchContext
type DispatchContext = class
Public Class DispatchContext
- Inheritance
-
DispatchContext
Constructors
DispatchContext() |
Initializes a new instance of the DispatchContext class. |
Properties
Principal |
Gets or sets the identity of the requestor. |
RequestAction |
Gets or sets the WS-Addressing action of the request message. |
RequestMessage |
Gets or sets the request message. |
ResponseAction |
Gets or sets the desired WS-Addressing action of the response message. |
ResponseMessage |
Gets or sets the response message. |
SecurityTokenService |
Gets or sets the SecurityTokenService object which should process the request message. |
TrustNamespace |
The WS-Trust namespace URI that defines the schema for the request and response messages. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |