Click or drag to resize

BinaryWebResponseData Property

Note: This API is now obsolete.

Gets the binary data.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
[ObsoleteAttribute("Please use BinaryWebResponse.GetResponseStream() instead.")]
public byte[] Data { get; }

Property Value

Type: Byte
Remarks
See Also