Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/fundamentals/syslib-diagnostics/syslib0014.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: SYSLIB0014 warning
description: Learn about the System.Net obsoletions that generate compile-time warning SYSLIB0014.
ms.date: 04/24/2021
ms.date: 10/21/2024
f1_keywords:
- syslib0014
---
Expand All @@ -25,7 +25,7 @@ Settings on <xref:System.Net.ServicePointManager> and <xref:System.Net.ServicePo

Use <xref:System.Net.Http.HttpClient> instead.

See the [HttpWebRequest to HttpClient migration guide](https://learn.microsoft.com/dotnet/fundamentals/networking/http/httpclient-migrate-from-httpwebrequest) for more info.
For more information, see [HttpWebRequest to HttpClient migration guide](../networking/http/httpclient-migrate-from-httpwebrequest.md).

## Suppress a warning

Expand Down
Loading