Gets the byte-array being transferred to/from.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public byte[] LocalByteArray { get; } |
Visual Basic |
---|
Public ReadOnly Property LocalByteArray As Byte() Get |
Visual C++ |
---|
public: property array<unsigned char>^ LocalByteArray { array<unsigned char>^ get (); } |