Telnet

Undocumented in source.

Members

Functions

exception
void exception(string message)
Undocumented in source.
findAvailableServer
Socket findAvailableServer(const(char)[] hostname, int port)

Find a server which is listening on the specified port.

readLine
const(char)[] readLine()

Read a CRLF terminated line from the socket.

sendData
void sendData(const(void)[] buf)

Send a line over the Socket Conduit.

sendline
void sendline(const(void)[] buf)

Send a line over the Socket Conduit.

Variables

iterator
Lines!(char) iterator;
Undocumented in source.
socket_
Socket socket_;

The Socket that is used to send commands.

Meta