Method | Description | |
---|---|---|
CreateHTTPRequest ( |
||
DownloadContent ( ILogManager logManager, string url, int timeOut = null ) : string | ||
DownloadContent ( ILogManager logManager, string url, int tryAttempts, int timeOut ) : string | ||
DownloadContent ( string url, int timeOut = null ) : string | ||
DownloadContent ( string url, int tryAttempts, int timeOut ) : string | ||
WebClientEx ( ) : System | ||
WebClientEx ( int timeout ) : System |
Method | Description | |
---|---|---|
GetWebRequest ( |
public static CreateHTTPRequest ( |
||
url | ||
timeOut | int | |
return |
public static DownloadContent ( ILogManager logManager, string url, int timeOut = null ) : string | ||
logManager | ILogManager | |
url | string | |
timeOut | int | |
return | string |
public static DownloadContent ( ILogManager logManager, string url, int tryAttempts, int timeOut ) : string | ||
logManager | ILogManager | |
url | string | |
tryAttempts | int | |
timeOut | int | |
return | string |
public static DownloadContent ( string url, int timeOut = null ) : string | ||
url | string | |
timeOut | int | |
return | string |
public static DownloadContent ( string url, int tryAttempts, int timeOut ) : string | ||
url | string | |
tryAttempts | int | |
timeOut | int | |
return | string |
protected GetWebRequest ( |
||
address | ||
return |