SocketTools .NET Edition

FtpClient.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 Long
[C#]
public long 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 socket and stored in the local stream buffer, or written from the stream buffer to the socket.

See Also

FtpClient.ProgressEventArgs Class | SocketTools Namespace | BytesTotal Property | Percent Property