ResponseBytesReceivedEventArgsData Property  | 
 
                Gets the received part of HTTP response body.
            
 
    Namespace: 
   DotNetBrowser.Net.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntaxpublic byte[] Data { get; }Property Value
Type: 
ByteAn array of bytes containing the Data.
See Also