Send an empty line of text to the remote host, terminated by a carriage-return and linefeed.
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);
SocketWrench Class | SocketTools Namespace