Sends the text command to server.
Adds "\r\n" to the command.
Namespace: Limilabs.WHOIS.ClientAssembly: 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
| Exception | Condition |
|---|---|
| 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. |