Read file data from the server and store it in a byte array.
Read file data from the server and store it in a byte array.
public int Read(byte[]);
Read file data from the server and store it in a byte array.
public int Read(byte[],int);
Read file data from the server and store it in a string.
public int Read(ref string);
Read file data from the server and store it in a string.
public int Read(ref string,int);