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
定義要求參數,以處理及公開決定回應訊息和動作的屬性。