Method | Description | |
---|---|---|
DownloadAsync ( this httpClient, |
||
SetAuthInfo ( this httpClient, |
||
SetAuthInfo ( this httpClient, string userInfo ) : void |
public static DownloadAsync ( this httpClient, |
||
httpClient | this | |
requestUri | ||
filename | IAbsoluteFilePath | |
return | System.Threading.Tasks.Task |
public static SetAuthInfo ( this httpClient, |
||
httpClient | this | |
uri | ||
return | void |
public static SetAuthInfo ( this httpClient, string userInfo ) : void | ||
httpClient | this | |
userInfo | string | |
return | void |