SoapRpcServiceAttribute.Use 属性

定义

获取或设置调用 Web 服务方法时使用的绑定。

public:
 property System::Web::Services::Description::SoapBindingUse Use { System::Web::Services::Description::SoapBindingUse get(); void set(System::Web::Services::Description::SoapBindingUse value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Web.Services.Description.SoapBindingUse Use { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Use : System.Web.Services.Description.SoapBindingUse with get, set
Public Property Use As SoapBindingUse

属性值

枚举的成员 SoapBindingUse ,指定调用 Web 服务方法时使用的绑定。

属性

注解

此属性的默认值为 Default

适用于