SoapTransportImporter.ImportClass Method

Definition

When overridden in a derived class, this method uses information contained in the ServiceDescription object model (available through the ImportContext property) to add transport-specific code to the class being generated.

public:
 abstract void ImportClass();
public abstract void ImportClass ();
abstract member ImportClass : unit -> unit
Public MustOverride Sub ImportClass ()

Applies to