|
DownloadStatusFileBytesReceived Property |
The number of bytes received of the currently downloading file.
Remarks For multiple file downloads, this number resets with each new file that is received.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public int FileBytesReceived { get; set; }
Public Property FileBytesReceived As Integer
Get
Set
public:
property int FileBytesReceived {
int get ();
void set (int value);
}
member FileBytesReceived : int with get, set
Property Value
Type:
Int32See Also