UrlRequestTotalBytesSent Property  | 
 
                Gets the total amount of data sent over the network before SSL encoding and proxy
                handling.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntaxpublic long TotalBytesSent { get; }Property Value
Type: 
Int64The total amount of data sent over the network.
See Also