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

プロパティ値

Soap12

次の例は、SOAP のバージョンを取得する方法を示しています。

EnvelopeVersion envelopeVersion =
    binding.EnvelopeVersion;

注釈

SOAP 1.2 は、このバインディングで使用する必要があります。

適用対象