ProtocolImporter::BeginClass Method ()

 
Use BaseTrue

When overridden in a derived class, initializes the generation of a binding class.

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

protected:
virtual CodeTypeDeclaration^ BeginClass() abstract

Return Value

Type: System.CodeDom::CodeTypeDeclaration^

The generated class.

When generating a class for a given binding, the ProtocolImporter class calls the BeginClassmethod before generating methods that correspond to operations.

.NET Framework
Available since 1.1
Return to top
Show: