Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C#(RestClient 和 WebRequest)中调用 API 时如何找到 TLS 版本?如何更改 TLS 版本?有什么方法可以更改 TLS 版本吗?
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11;