WSTrustServiceContract.DispatchRequest(DispatchContext) Method

Definition

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