EnvelopeVersion.Soap11 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
SOAP1.1 EnvelopeVersion 对象。
示例
EnvelopeVersion envS11 = EnvelopeVersion.Soap11;
Dim envS11 As EnvelopeVersion = EnvelopeVersion.Soap11
注解
有关详细信息,请参阅 SOAP 1.1 的架构。