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

プロパティ値

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

適用対象