DownloadItemReceivedBytes Property |
Version 55.0.0
Returns the number of received bytes.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public long ReceivedBytes { get; set; }
public:
property long long ReceivedBytes {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also