DispatchContext Class
Defines the inputs and outputs to the DispatchRequest method.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | DispatchContext() | Initializes a new instance of the DispatchContext class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


