Read data from the server and store it in a byte array.
Read data from the server and store it in a byte array.
public int Read(byte[]);
Read data from the server and store it in a byte array.
public int Read(byte[],int);
Read data from the server and store it in a string.
public int Read(ref string);
Read data from the server and store it in a string.
public int Read(ref string,int);
RshClient Class | SocketTools Namespace