remove selenium related code for now
This commit is contained in:
@@ -2,11 +2,11 @@ namespace BlueLaminate.Scraper.Proxies;
|
||||
|
||||
/// <summary>
|
||||
/// A concrete, ready-to-use proxy endpoint handed back by an
|
||||
/// <see cref="IProxyProvider"/>. This is the only proxy type the browser layer
|
||||
/// ever sees, so swapping providers (or mixing several in a grab-bag) never
|
||||
/// touches the Selenium code. <see cref="Username"/> and <see cref="Password"/>
|
||||
/// are the literal credentials to present to the gateway — for providers like
|
||||
/// IPRoyal the targeting/session parameters are already baked into them.
|
||||
/// <see cref="IProxyProvider"/>. This is the only proxy type a consumer ever
|
||||
/// sees, so swapping providers (or mixing several in a grab-bag) never touches
|
||||
/// the calling code. <see cref="Username"/> and <see cref="Password"/> are the
|
||||
/// literal credentials to present to the gateway — for providers like IPRoyal
|
||||
/// the targeting/session parameters are already baked into them.
|
||||
/// </summary>
|
||||
/// <param name="Host">Gateway host, e.g. "geo.iproyal.com".</param>
|
||||
/// <param name="Port">Gateway port, e.g. 12321.</param>
|
||||
|
||||
Reference in New Issue
Block a user