Sends the text command to server. Adds "\r\n" to the command.

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

Syntax

C#
public void Send(
	string command
)
Visual Basic
Public Sub Send ( _
	command As String _
)
Visual C++
public:
void Send(
	String^ command
)

Parameters

command
Type: System..::..String
Text command to send.

Exceptions

ExceptionCondition
Limilabs.WHOIS.Client..::..ServerException An error occurred when accessing the socket. -or- The NetworkStream is closed. -or- There is a failure reading from the network.

See Also