SoapRpcServiceAttribute::Use Property
.NET Framework (current version)
Gets or sets the binding used when invoking the Web service's methods.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [ComVisibleAttribute(false)] property SoapBindingUse Use { SoapBindingUse get(); void set(SoapBindingUse value); }
Property Value
Type: System.Web.Services.Description::SoapBindingUseA member of the SoapBindingUse enumeration specifying the binding used when invoking the Web service's methods.
.NET Framework
Available since 2.0
Available since 2.0
Show: