SoapServerType.ServiceRoutingOnSoapAction Propriété
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.
Retourne un Boolean indiquant si le routage des messages SOAP vers ce service Web XML est basé sur l'en-tête HTTP SOAPAction
.
public:
property bool ServiceRoutingOnSoapAction { bool get(); };
public bool ServiceRoutingOnSoapAction { get; }
member this.ServiceRoutingOnSoapAction : bool
Public ReadOnly Property ServiceRoutingOnSoapAction As Boolean
Valeur de propriété
true
si le routage des messages SOAP vers ce service Web XML est basé sur l'en-tête HTTP SOAPAction
; sinon, false
.