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