ProtocolReflector::OperationBinding Property

 
Use BaseTrue

Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.

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

public:
property OperationBinding^ OperationBinding {
	OperationBinding^ get();
}

Property Value

Type: System.Web.Services.Description::OperationBinding^

The Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.

Web service methods are identified by the WebMethodAttribute.

.NET Framework
Available since 1.1
Return to top
Show: