System.Net.Http Namespace
The System.Net.Http namespace provides a programming interface for modern HTTP applications.
| Class | Description | |
|---|---|---|
![]() | WinHttpHandler | WinHttpHandler is a specialty message handler based on the WinHTTP interface of Windows and is intended for use in server environments. This class is also available for use in Desktop apps by installing it as a NuGet package. For more information about installing this class for use in Desktop apps, see System.Net.Http.WinHttpHandler. |
| Enumeration | Description | |
|---|---|---|
![]() | CookieUsePolicy | This enumeration allows control of HTTP cookies when communicating with the server. |
![]() | WindowsProxyUsePolicy | This enumeration provides available options for the proxy settings used by an HttpClient when running on Windows. |
Show:

