Catalyst File Transfer .NET

FileTransfer.ProgressEventArgs.BytesCopied Property

Gets a value which specifies the number of bytes of data that has been read or written.

[Visual Basic]
Public ReadOnly Property BytesCopied As Integer
[C#]
public int BytesCopied {get;}

Property Value

An integer value which specifies the number of bytes of data.

Remarks

The BytesCopied property specifies the number of bytes that have been read from the server and stored in the local stream buffer, or written from the stream buffer to the server.

See Also

FileTransfer.ProgressEventArgs Class | SocketTools Namespace | FileSize Property | Percent Property