SoapProtocolImporter::BeginClass Method ()

 
Use BaseTrue

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() override

Return Value

Type: System.CodeDom::CodeTypeDeclaration^

A binding class.

During generation of a class for a given binding, the BeginClass method executes before the SoapProtocolImporter class generates methods that correspond to operations.

.NET Framework
Available since 1.1
Return to top
Show: