Response Codes and WebClient.UploadValues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ryanbaldwin@gmail.com

    #1

    Response Codes and WebClient.UploadValues

    Hi,

    I'm writing a simple little application that posts to a Uri using the
    System.Net.WebC lient class. In my application I wish to throw an
    Exception if anything other than a 200 OK is returned. Is it possible
    to retrieve this information when using WebClient.Uploa dValues?

    Thanks.

Working...