WSTrustServiceContract.DispatchRequest(DispatchContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
処理する要求パラメーターを定義し、応答メッセージとアクションを決定するプロパティを公開します。