WSTrustServiceContract.ValidateDispatchContext(DispatchContext) 方法

定义

验证指定的 DispatchContext 对象。

protected:
 virtual void ValidateDispatchContext(System::ServiceModel::Security::DispatchContext ^ dispatchContext);
protected virtual void ValidateDispatchContext (System.ServiceModel.Security.DispatchContext dispatchContext);
abstract member ValidateDispatchContext : System.ServiceModel.Security.DispatchContext -> unit
override this.ValidateDispatchContext : System.ServiceModel.Security.DispatchContext -> unit
Protected Overridable Sub ValidateDispatchContext (dispatchContext As DispatchContext)

参数

dispatchContext
DispatchContext

要验证的 DispatchContext 对象。

注解

此方法确保对象在 DispatchContext 传递到方法之前表示合法请求 DispatchRequest 。 默认实现拒绝带有 RSTR 操作的传入 RST 消息,反之亦然。

适用于