StandardSocketsHttpHandler is a backport of SocketsHttpHandler to .NET Standard 2.0.
• .NET Standard 2.0 compatibility (.NET Framework 4.7.2 is supported)
• ConnectCallback property - allows configuration of various socket options (TCP Keepalive, etc.)
• Windows Authentication (NLTM & Kerberos)
• Operating System proxy settings detection
HttpClient client = new HttpClient(new StandardSocketsHttpHandler())
Releases are available via NuGet.org
If you have any question, feel free to contact me.
Tal Aloni [email protected]