相关疑难解决方法(0)

HttpClientHandler抛出PlatformNotSupportedException

以下代码抛出"PlatformNotSupportedException"'此平台不支持此操作"

它是一个.NET标准库(尝试编译1.4和2.0),由作为Web应用程序运行的.NET 4.6.1项目引用.

var handler = new HttpClientHandler();
handler.SslProtocols = SslProtocols.Tls12;
Run Code Online (Sandbox Code Playgroud)

为什么Tls12抛出此异常以及解决方法是什么?

c# ssl httpclient asp.net-core

6
推荐指数
2
解决办法
3693
查看次数

标签 统计

asp.net-core ×1

c# ×1

httpclient ×1

ssl ×1