EnvelopeVersion.Soap11 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.
Obtient la version d'enveloppe SOAP 1.1.
public:
static property System::ServiceModel::EnvelopeVersion ^ Soap11 { System::ServiceModel::EnvelopeVersion ^ get(); };
public static System.ServiceModel.EnvelopeVersion Soap11 { get; }
member this.Soap11 : System.ServiceModel.EnvelopeVersion
Public Shared ReadOnly Property Soap11 As EnvelopeVersion
Valeur de propriété
Objet EnvelopeVersion SOAP1.1.
Exemples
EnvelopeVersion envS11 = EnvelopeVersion.Soap11;
Dim envS11 As EnvelopeVersion = EnvelopeVersion.Soap11
Remarques
Pour plus d’informations, consultez le schéma pour SOAP 1.1.