WSTrustServiceContract.ValidateDispatchContext(DispatchContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Valide l’objet DispatchContext spécifié.
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)
Paramètres
- dispatchContext
- DispatchContext
Objet DispatchContext à valider.
Remarques
Cette méthode garantit que l' DispatchContext objet représente une demande légale avant d’être passé dans la DispatchRequest méthode. L’implémentation par défaut rejette les messages RST entrants avec les actions RSTR et vice versa.