SoapMessage.SoapVersion 属性

定义

获取用于与 XML Web services 进行通信的 SOAP 协议的版本。

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

属性值

SoapProtocolVersion

SoapProtocolVersion 值之一。 默认值为 Default

属性

注解

对于 a SoapServerMessage,该 SoapVersion 属性保证在 BeforeDeserialize 阶段后有效。 在 BeforeDeserialize 阶段中,属性可用,但 SOAP 消息尚未完全处理,SOAP 扩展可能会更改 SOAP 消息的内容尚未运行。

适用于