EnvelopeVersion.Soap12 Свойство

Определение

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

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

Объект EnvelopeVersion SOAP1.2.

Примеры

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

Комментарии

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

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