Response.WasSuccessful Property

IronWebScraper

ResponseWasSuccessful Property

Gets a value indicating whether this HTTP request yielded a successful response code.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public bool WasSuccessful { get; }
Public ReadOnly Property WasSuccessful As Boolean
	Get

Property Value

Type: Boolean
true if the response was successful; otherwise, false.
See Also