EnvelopeVersion.Soap11 Свойство

Определение

Возвращает версию конверта 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

Значение свойства

EnvelopeVersion

Объект EnvelopeVersion SOAP1.1.

Примеры

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

Комментарии

Дополнительные сведения см. в схеме SOAP 1.1.

Применяется к