public virtual byte[] DownloadByteArray(
string remoteFile
)Public Overridable Function DownloadByteArray (
remoteFile As String
) As Byte()public:
virtual array<unsigned char>^ DownloadByteArray(
String^ remoteFile
)abstract DownloadByteArray :
remoteFile : string -> byte[]
override DownloadByteArray :
remoteFile : string -> byte[] Transfers in the current TransferType. Note that we may experience memory limitations as the entire file must be held in memory at one time.