It seems that HttpWebRequest
has more control like ReadWriteTimeout
. I am wondering whether I should stick with HttpWebRequest
, rather than WebRequest
WebRequest
is the base/parent class for HttpWebRequest
and some other requests as listed here.
For now, they are:
System.IO.Packaging.PackWebRequest
System.Net.FileWebRequest
System.Net.FtpWebRequest
System.Net.HttpWebRequest
A WebRequest
can be a HttpWebRequest
/FtpWebRequest
/FileWebRequest
(or more in the future...)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With