WebRequestHandler

WebRequestHandler is legacy .NET Framework 4.5 only and is not supported by RestClient. On modern .NET, HttpClient uses SocketsHttpHandler under the hood - anything you would have configured on WebRequestHandler can be configured using the HttpClientHandler.

Updated: