C# Class Pickaxe.Runtime.Internal.SeleniumHttpWire

Inheritance: HttpWire
Mostrar archivo Open project: bitsummation/pickaxe

Public Methods

Method Description
SeleniumHttpWire ( string url, string cssElement, int cssTimeout, IRuntime runtime, int line ) : System

Protected Methods

Method Description
DownloadImpl ( ) : byte[]

Method Details

DownloadImpl() protected method

protected DownloadImpl ( ) : byte[]
return byte[]

SeleniumHttpWire() public method

public SeleniumHttpWire ( string url, string cssElement, int cssTimeout, IRuntime runtime, int line ) : System
url string
cssElement string
cssTimeout int
runtime IRuntime
line int
return System