Dear,
I have next code:
Uri uri = new Uri(currentServiceUrl);
WmsService service = new WmsService(uri);
await service.LoadAsync();
When put wms service with username and password control await service.LoadAsync(); show next error:
System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Full authentication is required to access this resource).
How to solved this problem?
Best Regard