SocketTools .NET Edition

RshClient.Read Method

Read data from the server and store it in a byte array.

Overload List

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);

See Also

RshClient Class | SocketTools Namespace