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 属性的 None,用于通过此绑定配置为可接收 HTTP 请求的终结点。

适用于