SoapRpcServiceAttribute.Use Property

 

Gets or sets the binding used when invoking the Web service's methods.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

[<ComVisibleAttribute(false)>]
member Use : SoapBindingUse with get, set

Property Value

Type: System.Web.Services.Description.SoapBindingUse

A member of the SoapBindingUse enumeration specifying the binding used when invoking the Web service's methods.

The default value of this property is Default.

.NET Framework
Available since 2.0
Return to top
Show: