Click or drag to resize

ResponseBytesReceivedEventArgsData Property

Gets the received part of HTTP response body.

Namespace:  DotNetBrowser.Net.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public byte[] Data { get; }

Property Value

Type: Byte
An array of bytes containing the Data.
See Also