You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fundamentals/syslib-diagnostics/syslib0014.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ Settings on <xref:System.Net.ServicePointManager> and <xref:System.Net.ServicePo
25
25
26
26
Use <xref:System.Net.Http.HttpClient> instead.
27
27
28
+
See the [HttpWebRequest to HttpClient migration guide](https://learn.microsoft.com/dotnet/fundamentals/networking/http/httpclient-migrate-from-httpwebrequest) for more info.
29
+
28
30
## Suppress a warning
29
31
30
32
If you must use the obsolete APIs, you can suppress the warning in code or in your project file.
0 commit comments