WSDualHttpBinding.EnvelopeVersion プロパティ

定義

このバインドによって処理されるメッセージに使用される 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 でなければなりません。

このバインドで処理されるメッセージで使用される SOAP のバージョンを取得する方法を、次の例に示します。

EnvelopeVersion envelopeversion = binding.EnvelopeVersion;
Dim envelopeversion As EnvelopeVersion = binding.EnvelopeVersion

適用対象