SoapProtocolImporter.BeginNamespace Method

Definition

Performs initialization for an entire code namespace during code generation.

protected:
 override void BeginNamespace();
protected override void BeginNamespace ();
override this.BeginNamespace : unit -> unit
Protected Overrides Sub BeginNamespace ()

Remarks

During code generation, the BeginNamespace method executes before the SoapProtocolImporter class generates classes that represent bindings.

Applies to