Hi,
Is there any way to reduce the timeout when failing to load asynchronously a WmtsService? I am doing it the following way:
WmtsService myWmtsService = new WmtsService(new Uri(currentLayer.Path));
await myWmtsService.LoadAsync().ConfigureAwait(true);
Regards
Gonzalo