ProtocolImporter::OperationBinding Property

 
Use BaseTrue

Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently processing to generate a method in a binding class.

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 processing to generate a method in a binding class.

The method is generated with a WebMethodAttribute class.

.NET Framework
Available since 1.1
Return to top
Show: