ProtocolImporter::Operation Property
.NET Framework (current version)
Gets the abstract Web Services Description Language (WSDL) operation that the protocol importer is currently processing to generate a method in a binding class.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System.Web.Services.Description::Operation^The abstract Web Services Description Language (WSDL) operation that the protocol importer is currently processing to generate a method in a binding class.
The operation appears as a child of the PortType element in a WSDL document. The method is generated with a WebMethodAttribute class.
.NET Framework
Available since 1.1
Available since 1.1
Show: