Click or drag to resize

ProcessingResponseEventArgsResponse Property

Gets the web response.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public HttpWebResponse Response { get; }

Property Value

Type: HttpWebResponse
Remarks
Gets the web response that has been received from the server.
See Also