Method | Description | |
---|---|---|
CreateHttpWebRequest ( String url, String userAgent, |
||
ExceptionIsWebOrJson ( |
||
ExceptionIsWebOrXml ( |
||
GetHttpWebResponseStreamWithRetries ( String url, HttpStatusCode httpStatusCodesToFailImmediately, |
||
WebExceptionHasHttpStatusCode ( |
Method | Description | |
---|---|---|
GetHttpWebResponseStreamNoRetries ( |
public static CreateHttpWebRequest ( String url, String userAgent, |
||
url | String | |
userAgent | String | |
timeoutMs | ||
return |
public static ExceptionIsWebOrJson ( |
||
exception | ||
return | System.Boolean |
public static ExceptionIsWebOrXml ( |
||
exception | ||
return | System.Boolean |
public static GetHttpWebResponseStreamWithRetries ( String url, HttpStatusCode httpStatusCodesToFailImmediately, |
||
url | String | |
httpStatusCodesToFailImmediately | HttpStatusCode | |
requestStatistics | ||
userAgent | String | |
timeoutMs | ||
reportProgressHandler | ReportProgressHandler | |
checkCancellationPendingHandler | CheckCancellationPendingHandler | |
return | Stream |
public static WebExceptionHasHttpStatusCode ( |
||
webException | ||
return | System.Boolean |