BasicHttpBinding.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.1 です。

注釈

SOAP 1.1 は、このバインドで使用できる唯一の値です。

適用対象