I have a legacy project running on .NET Framework 4.5, and we recently encountered issues because HttpClient relies on Windows for HTTPS connections.
Is there an alternative HttpMessageHandler that does not depend on Windows?
I couldn't find any solution using libraries like Bouncy Castle, and I would prefer not to implement a custom handler from scratch since this is a small project.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743884432a4523768.html
评论列表(0条)