WebService.SoapVersion 属性

定义

获取用于向 XML Web services 发送 SOAP 请求的 SOAP 协议的版本。

public:
 property System::Web::Services::Protocols::SoapProtocolVersion SoapVersion { System::Web::Services::Protocols::SoapProtocolVersion get(); };
[System.ComponentModel.Browsable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.SoapVersion : System.Web.Services.Protocols.SoapProtocolVersion
Public ReadOnly Property SoapVersion As SoapProtocolVersion

属性值

SoapProtocolVersion

SoapProtocolVersion 值之一。 默认值为 Default

属性

注解

如果未使用 SOAP 协议与 XML Web 服务(如 HTTP-GET 或 HTTP-POST)通信,则 SoapVersion 属性值为 Default

对于不派生自类的 WebService XML Web 服务,还可以使用属性的“WebServiceSoapVersion”条目访问用于向 XML Web 服务发出 SOAP 请求的 HttpContext.Items SOAP 协议版本。 该条目的类型 SoapProtocolVersion

适用于

另请参阅