WSTrustServiceContract.DispatchRequest(DispatchContext) Method
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.
Processes a WS-Trust request message, and optionally determines the appropriate response message and the WS-Addressing action for the response message.
protected:
virtual void DispatchRequest(System::ServiceModel::Security::DispatchContext ^ dispatchContext);
protected virtual void DispatchRequest (System.ServiceModel.Security.DispatchContext dispatchContext);
abstract member DispatchRequest : System.ServiceModel.Security.DispatchContext -> unit
override this.DispatchRequest : System.ServiceModel.Security.DispatchContext -> unit
Protected Overridable Sub DispatchRequest (dispatchContext As DispatchContext)
Parameters
- dispatchContext
- DispatchContext
Defines the request parameters to process and exposes properties that determine the response message and action.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.