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