WSDualHttpBinding.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 である必要があります。
例
次の例は、このバインディングによって処理されるメッセージに使用される SOAP のバージョンを取得する方法を示しています。
EnvelopeVersion envelopeversion = binding.EnvelopeVersion;
Dim envelopeversion As EnvelopeVersion = binding.EnvelopeVersion