SocketTools .NET Edition

TelnetClient.Write Method

Write one or more bytes of data to the server.

Overload List

Write one or more bytes of data to the server.

public int Write(byte[]);

Write one or more bytes of data to the server.

public int Write(byte[],int);

Write a character to the server.

public int Write(char);

Write one or more characters to the server.

public int Write(char,int);

Write a string of characters to the server.

public int Write(string);

Write a string of characters to the server.

public int Write(string,int);

See Also

TelnetClient Class | SocketTools Namespace