WSTrustServiceContract.DispatchRequest(DispatchContext) メソッド

定義

WS-Trust 要求メッセージを処理し、必要に応じて、適切な応答メッセージと、応答メッセージの WS-Addressing アクションを決定します。

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)

パラメーター

dispatchContext
DispatchContext

処理する要求パラメーターを定義し、応答メッセージとアクションを決定するプロパティを公開します。

適用対象