Response.BinaryContent Property

IronWebScraper

ResponseBinaryContent Property

The content downloaded from the Url as raw binary data

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public byte[] BinaryContent { get; }
Public ReadOnly Property BinaryContent As Byte()
	Get

Property Value

Type: Byte
See Also