public override byte[] DownloadByteArray(
string remoteFile
)Public Overrides Function DownloadByteArray (
remoteFile As String
) As Byte()public:
virtual array<unsigned char>^ DownloadByteArray(
String^ remoteFile
) overrideabstract 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.