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 请求的终结点一起使用的属性。

适用于