|
DownloadStatusBytesReceived Property |
The number of bytes received so far during the download process.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public int BytesReceived { get; }
Public ReadOnly Property BytesReceived As Integer
Get
public:
property int BytesReceived {
int get ();
}
member BytesReceived : int with get
Property Value
Type:
Int32See Also