Sdílet prostřednictvím


EnvelopeVersion.Soap11 Vlastnost

Definice

Získá verzi obálky SOAP1.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

Hodnota vlastnosti

EnvelopeVersion

Objekt SOAP1.1 EnvelopeVersion .

Příklady

EnvelopeVersion envS11 = EnvelopeVersion.Soap11;
Dim envS11 As EnvelopeVersion = EnvelopeVersion.Soap11

Poznámky

Další informace najdete v schématu pro SOAP 1.1.

Platí pro