HttpBindingBase.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

プロパティ値

このバインドによって処理されるメッセージに使用される SOAP のバージョン。

適用対象