Share via


EnvelopeVersion.Soap11 Eigenschaft

Definition

Ruft die SOAP1.1-Umschlagversion ab.

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

Eigenschaftswert

EnvelopeVersion

Das SOAP1.1 EnvelopeVersion-Objekt.

Beispiele

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

Hinweise

Weitere Informationen finden Sie im Schema für SOAP 1.1.

Gilt für