This documentation is archived and is not being maintained.

SoapTransportImporter.ImportClass Method

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.

[Visual Basic]
Public MustOverride Sub ImportClass()
[C#]
public abstract void ImportClass();
[C++]
public: virtual void ImportClass() = 0;
[JScript]
public abstract function ImportClass();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

SoapTransportImporter Class | SoapTransportImporter Members | System.Web.Services.Description Namespace

Show: