ProtocolImporter::GenerateMethod Method ()

 
Use BaseTrue

When overridden in a derived class, generates method code for binding classes.

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

protected:
virtual CodeMemberMethod^ GenerateMethod() abstract

Return Value

Type: System.CodeDom::CodeMemberMethod^

The generated method.

When generating code, the ProtocolImporter class calls the GenerateMethod method for each binding class method that represents an operation.

.NET Framework
Available since 1.1
Return to top
Show: