SocketTools .NET Edition

SocketWrench.WriteLine Method

Send an empty line of text to the remote host, terminated by a carriage-return and linefeed.

Overload List

Send an empty line of text to the remote host, terminated by a carriage-return and linefeed.

public bool WriteLine();

Send a line of text to the remote host, terminated by a carriage-return and linefeed.

public bool WriteLine(string);

Send a line of text to the remote host, terminated by a carriage-return and linefeed.

public bool WriteLine(string,ref int);

See Also

SocketWrench Class | SocketTools Namespace