WebHttpBinding.EnvelopeVersion プロパティ

定義

HTTP 要求を受信するためにこのバインディングによって構成されるエンドポイントによって使用されるエンベロープ バージョンを取得します。

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

HTTP 要求を受信するためにこのバインディングによって構成されるエンドポイントで使用される EnvelopeVersion プロパティを伴う None

適用対象