Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 561 Bytes

DE0003.md

File metadata and controls

19 lines (13 loc) · 561 Bytes

DE0003: WebRequest shouldn't be used

Motivation

WebRequest-based APIs are on life-support only (that is, only critical fixes, no new improvements, enhancements).

Recommendation

For HttpWebRequest: use HttpClient instead.

For FtpWebRequest: use third party FTP client (e.g. from this list).