共用方式為


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

定義要求參數,以處理及公開決定回應訊息和動作的屬性。

適用於