UrlRequestTotalBytesReceived Property  | 
 
                Gets the total amount of data received from network after SSL decoding and proxy
                handling.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntaxpublic long TotalBytesReceived { get; }Property Value
Type: 
Int64The total amount of data received over the network.
See Also