Derived classes should override this method to perform specific closing action.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
protected virtual void CloseCommand()
Visual Basic
Protected Overridable Sub CloseCommand
Visual C++
protected:
virtual void CloseCommand()

See Also