SoapRpcMethodAttribute::Use Property

 

Gets or sets the binding used when invoking the method.

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 method.

The default value of this property is Default.

.NET Framework
Available since 2.0
Return to top
Show: