次の方法で共有


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

プロパティ値

EnvelopeVersion

Soap12.

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

EnvelopeVersion envelopeVersion =
    binding.EnvelopeVersion;

注釈

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

適用対象