Transfers the contents of a file on the server and stores it in a byte array.
Transfers the contents of a file on the server and stores it in a byte array.
public bool GetData(string,byte[],ref int);
Transfers the contents of a file from the server and stores it in a MemoryStream.
public bool GetData(string,MemoryStream);
Transfers the contents of a file on the server and stores it in a string.
public bool GetData(string,ref string);