SoapServerMethod.BindingUse 属性

定义

获取一个 SoapBindingUse 值,该值指定是将发送给此 XML Web services 方法的 SOAP 消息的各部分编码为抽象类型定义还是具体架构定义。

public:
 property System::Web::Services::Description::SoapBindingUse BindingUse { System::Web::Services::Description::SoapBindingUse get(); };
public System.Web.Services.Description.SoapBindingUse BindingUse { get; }
member this.BindingUse : System.Web.Services.Description.SoapBindingUse
Public ReadOnly Property BindingUse As SoapBindingUse

属性值

SoapBindingUse

一个 SoapBindingUse 值,该值指定是将发送给此 XML Web services 方法的 SOAP 消息的各部分编码为抽象类型定义还是具体架构定义。

适用于