SoapProtocolImporter::GenerateMethod Method ()

 
Use BaseTrue

Generates method code for a binding class.

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

protected:
virtual CodeMemberMethod^ GenerateMethod() override

Return Value

Type: System.CodeDom::CodeMemberMethod^

The method code for a binding class.

During generation of a class for a given binding, the GenerateMethod method executes for each binding class method that represents an operation.

.NET Framework
Available since 1.1
Return to top
Show: