C# Class _200oker.Checker

Show file Open project: carsales/200oker

Public Methods

Method Description
CheckChildren ( string parentUrl, string childSelector, string html ) : void
Checker ( ) : System
PerformCheck ( string url, string childSelector, bool dupeCheck = false ) : void

Private Methods

Method Description
SetResultFromResponse ( string url, HttpWebResponse resp ) : void

Method Details

CheckChildren() public method

public CheckChildren ( string parentUrl, string childSelector, string html ) : void
parentUrl string
childSelector string
html string
return void

Checker() public method

public Checker ( ) : System
return System

PerformCheck() public method

public PerformCheck ( string url, string childSelector, bool dupeCheck = false ) : void
url string
childSelector string
dupeCheck bool
return void