C# 클래스 Pickaxe.Runtime.Internal.SeleniumHttpWire

상속: HttpWire
파일 보기 프로젝트 열기: bitsummation/pickaxe

공개 메소드들

메소드 설명
SeleniumHttpWire ( string url, string cssElement, int cssTimeout, IRuntime runtime, int line ) : System

보호된 메소드들

메소드 설명
DownloadImpl ( ) : byte[]

메소드 상세

DownloadImpl() 보호된 메소드

protected DownloadImpl ( ) : byte[]
리턴 byte[]

SeleniumHttpWire() 공개 메소드

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