BasicHttpBinding.EnvelopeVersion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 SOAP 的版本,這個版本是用於由此繫結處理的訊息。
public:
property System::ServiceModel::EnvelopeVersion ^ EnvelopeVersion { System::ServiceModel::EnvelopeVersion ^ get(); };
public System.ServiceModel.EnvelopeVersion EnvelopeVersion { get; }
member this.EnvelopeVersion : System.ServiceModel.EnvelopeVersion
Public ReadOnly Property EnvelopeVersion As EnvelopeVersion
屬性值
搭配此繫結使用的 EnvelopeVersion 的值。 該值一律為 SOAP 1.1。
備註
SOAP 1.1 是唯一可搭配此繫結使用的值。