Skip to content

Commit

Permalink
Merge pull request #8590 from workgroupengineering/fixes/SamplesApp/I…
Browse files Browse the repository at this point in the history
…ssue_8589_ImageSourceStream_Error_522

fix: [SamplesApp] ImageSourceStream Error 522 Connection timeout
  • Loading branch information
jeromelaban authored Apr 22, 2022
2 parents 9dc4fac + 931d251 commit 19fbedf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public ImageSourceStream()
this.Loaded += OnLoaded;
}

private const string _imageUrl = "http://placehold.it/420x220&text=Super+Image";
private const string _imageUrl = "https://via.placeholder.com/420x220.png?text=Super+Image";

private async void OnLoaded(object sender, RoutedEventArgs e)
{
Expand Down

0 comments on commit 19fbedf

Please sign in to comment.