NetMsmqBinding.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.2。
範例
下列程式碼示範如何取得 EnvelopeVersion。
NetMsmqBinding binding = new NetMsmqBinding();
EnvelopeVersion envelopeVersion = binding.EnvelopeVersion;