1. 13 8月, 2022 8 次提交
  2. 12 8月, 2022 30 次提交
  3. 11 8月, 2022 2 次提交
    • M
      deac993c
    • S
      [Android][iOS] Enable... · d2c991ef
      Simon Rozsival 提交于
      [Android][iOS] Enable HttpClientHandler.DangerousAcceptAnyServerCertificateValidator when using native handlers (#73763)
      
      The static `HttpClientHandler.DangerousAcceptAnyServerCertificateValidator` getter throws PNSE when the native HTTP handler is enabled because Xamarin.Android's `AndroidMessageHandler` and Xamarin.iOS `NSUrlSessionHandler` didn't use to have support for the `ServerCertificateCustomValidationCallback`.
      
      We already implemented the Android part in .NET 6 and support in the iOS implementation is WIP and we should be able to implement it in time for .NET 7. IMO it's safe to remove the exception in the getter in .NET 7.
      
      Closes #68898
      d2c991ef