地址:https://docs.microsoft.com/zh-cn/dotnet/api/system.net.servicepointmanager?redirectedfrom=MSDN&view=netframework-4.7.2
ServicePoint 对象集合。
ServicePoint 对象以连接到 URI www.contoso.com。
Uri myUri = new Uri("http://www.contoso.com/"); ServicePoint mySP = ServicePointManager.FindServicePoint(myUri);
ServicePoint 类的实例。
ServicePoint 对象。
SslStream等)使用 TLS/SSL 的应用程序将获得更安全的行为。
本文介绍如何修改代码,以便禁用新行为。