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)

public:
[ComVisibleAttribute(false)]
property SoapBindingUse Use {
	SoapBindingUse get();
	void set(SoapBindingUse value);
}

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: