Udostępnij za pośrednictwem


EnvelopeVersion.Soap11 Właściwość

Definicja

Pobiera wersję koperty 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

Wartość właściwości

EnvelopeVersion

Obiekt SOAP1.1 EnvelopeVersion .

Przykłady

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

Uwagi

Aby uzyskać więcej informacji, zobacz schemat protokołu SOAP 1.1.

Dotyczy