EnvelopeVersion.Soap12 Właściwość

Definicja

Pobiera wersję koperty SOAP1.2.

public:
 static property System::ServiceModel::EnvelopeVersion ^ Soap12 { System::ServiceModel::EnvelopeVersion ^ get(); };
public static System.ServiceModel.EnvelopeVersion Soap12 { get; }
static member Soap12 : System.ServiceModel.EnvelopeVersion
Public Shared ReadOnly Property Soap12 As EnvelopeVersion

Wartość właściwości

Obiekt SOAP1.2 EnvelopeVersion .

Przykłady

EnvelopeVersion envS12 = EnvelopeVersion.Soap12;
Dim envS12 As EnvelopeVersion = EnvelopeVersion.Soap12

Uwagi

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

Dotyczy