C# Class Pickaxe.Runtime.Internal.SeleniumHttpWire

Inheritance: HttpWire
Afficher le fichier Open project: bitsummation/pickaxe

Méthodes publiques

Méthode Description
SeleniumHttpWire ( string url, string cssElement, int cssTimeout, IRuntime runtime, int line ) : System

Méthodes protégées

Méthode Description
DownloadImpl ( ) : byte[]

Method Details

DownloadImpl() protected méthode

protected DownloadImpl ( ) : byte[]
Résultat byte[]

SeleniumHttpWire() public méthode

public SeleniumHttpWire ( string url, string cssElement, int cssTimeout, IRuntime runtime, int line ) : System
url string
cssElement string
cssTimeout int
runtime IRuntime
line int
Résultat System