C# Class Pickaxe.Runtime.LazyDownloadArgs

Mostra file Open project: bitsummation/pickaxe Class Usage Examples

Public Methods

Method Description
CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, Table table ) : LazyDownloadArgs
CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, string url ) : LazyDownloadArgs
CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, Table table ) : LazyDownloadArgs
CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, string url ) : LazyDownloadArgs

Private Methods

Method Description
LazyDownloadArgs ( IRuntime runtime, int threadCount ) : System

Method Details

CreateSeleniumArgs() public static method

public static CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, Table table ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
cssElement string
cssTimeout int
table Table
return LazyDownloadArgs

CreateSeleniumArgs() public static method

public static CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, string url ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
cssElement string
cssTimeout int
url string
return LazyDownloadArgs

CreateWebRequestArgs() public static method

public static CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, Table table ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
table Table
return LazyDownloadArgs

CreateWebRequestArgs() public static method

public static CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, string url ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
url string
return LazyDownloadArgs