Response BytesDownloaded Property C# API
Gets the number of bytes downloaded from the server.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int BytesDownloaded { get; }

Field Value

the number of bytes downloaded from the server.
Remarks

Note that this method returns the actual number of bytes downloaded from the server. If the content was compressed then this will be less than the length of the content.
See Also