EnvelopeVersion.Soap12 属性
定义
获取 SOAP1.2 信封版本。Gets the SOAP1.2 envelope version.
public:
static property System::ServiceModel::EnvelopeVersion ^ Soap12 { System::ServiceModel::EnvelopeVersion ^ get(); };
public static System.ServiceModel.EnvelopeVersion Soap12 { get; }
member this.Soap12 : System.ServiceModel.EnvelopeVersion
Public Shared ReadOnly Property Soap12 As EnvelopeVersion
属性值
SOAP1.2 EnvelopeVersion 对象。The SOAP1.2 EnvelopeVersion object.
示例
EnvelopeVersion envS12 = EnvelopeVersion.Soap12;
Dim envS12 As EnvelopeVersion = EnvelopeVersion.Soap12
注解
有关详细信息,请参阅 SOAP 1.2的架构。For more information, see the schema for SOAP 1.2.