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

次の例では、EnvelopeVersion の値を取得する方法を示します。

EnvelopeVersion envelopeVersion = binding.EnvelopeVersion;

注釈

このプロパティは常に SOAP 1.2 を返します。 この値は変更できません。

適用対象