Skip to content

Commit 93caa7f

Browse files
authored
Add note about FTP (#27094)
1 parent d520d37 commit 93caa7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/compatibility/networking/6.0/webrequest-deprecated.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Starting in .NET 6, the <xref:System.Net.WebRequest>, <xref:System.Net.WebClient
2121

2222
Use the <xref:System.Net.Http.HttpClient?displayProperty=fullName> class instead.
2323

24+
For FTP, since <xref:System.Net.Http.HttpClient> doesn't support it, we recommend using a third-party library.
25+
2426
## Affected APIs
2527

2628
- <xref:System.Net.WebRequest>

0 commit comments

Comments
 (0)