C# Класс Pickaxe.Runtime.LazyDownloadArgs

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
LazyDownloadArgs ( IRuntime runtime, int threadCount ) : System

Описание методов

CreateSeleniumArgs() публичный статический Метод

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
Результат LazyDownloadArgs

CreateSeleniumArgs() публичный статический Метод

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
Результат LazyDownloadArgs

CreateWebRequestArgs() публичный статический Метод

public static CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, Table table ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
table Table
Результат LazyDownloadArgs

CreateWebRequestArgs() публичный статический Метод

public static CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, string url ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
url string
Результат LazyDownloadArgs