.NET Telnet Class Library

TelnetWrapper.Send Method 

Sends a command to the remote host.

[Visual Basic]
Overloads Public Function Send( _
   ByVal cmd As String _
) As String
[C#]
public string Send(
   string cmd
);

Parameters

cmd
the command

Return Value

output of the command

See Also

TelnetWrapper Class | TelnetWrapper Members | De.Mud.Telnet Namespace