mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update ImageLoader.cs
This commit is contained in:
parent
4f7f7672a1
commit
659be42be0
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// The System.Net.Http.HttpClient instance used to download images via a http or https Uri.
|
||||
/// </summary>
|
||||
public static HttpClient HttpClient { get; set; } = new HttpClient { Timeout = TimeSpan.FromSeconds(10) };
|
||||
public static HttpClient HttpClient { get; set; } = new HttpClient { Timeout = TimeSpan.FromSeconds(30) };
|
||||
|
||||
|
||||
public static async Task<ImageSource> LoadImageAsync(Uri uri)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue