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

SOAP1.1 EnvelopeVersion 对象。

示例

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

注解

有关详细信息,请参阅 SOAP 1.1 的架构。

适用于