It seems that HttpWebRequest has more control like ReadWriteTimeout. I am wondering whether I should stick with HttpWebRequest, rather than WebRequest
It seems that HttpWebRequest has more control like ReadWriteTimeout . I am wondering whether
Share
WebRequestis the base/parent class forHttpWebRequestand some other requests as listed here.For now, they are: