Issues quit command (CloseCommand()()()() method) and closes the connection.

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

Syntax

C#
public void Close(
	bool throwExceptions
)
Visual Basic
Public Sub Close ( _
	throwExceptions As Boolean _
)
Visual C++
public:
void Close(
	bool throwExceptions
)

Parameters

throwExceptions
Type: System..::..Boolean
If false does NOT throw exceptions.

Exceptions

ExceptionCondition
Limilabs.WHOIS.Client..::..ServerException Socket errors (only if 'throwExceptions==true'), closes connection anyway.

See Also