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

屬性值

EnvelopeVersionNone屬性用於設定此綁定以接收 HTTP 請求的端點。

適用於