how to ignore Self Signed Certificates with the HttpClient in xamarin.forms

后端 未结 0 619
悲哀的现实
悲哀的现实 2020-12-22 15:49
    private async void GetDataAsync()
    {        
        var test_uri = "my-uri";
        var handler = new HttpClientHandler();
        handler.Credent         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题