HY
HY
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
Bye
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
hope your success
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
I see
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
Thanks
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
Hope your reply
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
I have worked for 8+ years with Xamarin development
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
If you want, I can go on with Xamarin development
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
Hope this helpful for you
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
var handler = new HttpClientHandler { Credentials = new NetworkCredential("username", "password"); } var client = new HttpClient(handler); var response = await client.GetAsync("https..."); if (response.IsSuccessStatusCode){ var content = await response.Content.ReadAsStringAsync(); }
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
Please look at an example of how to use HttpClient to make a request with Credentials:
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
You can try using HttpClient instead of System.Net.HttpWebRequest class.
17 replies
CC#
Created by Poller on 1/29/2024 in #help
UWP Digest credentials not supported?
HI
17 replies