EnvelopeVersion.Soap12 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
SOAP1.2 EnvelopeVersion 物件。
範例
EnvelopeVersion envS12 = EnvelopeVersion.Soap12;
Dim envS12 As EnvelopeVersion = EnvelopeVersion.Soap12
備註
如需詳細資訊,請參閱 SOAP 1.2的架構。