I need to read the HTTP Response 200 OK with the following text/plain body. (Either one)
OK
NUMBER NOT IN LIST
ERROR
But I only know how to read the HTTP Response but not the response body. Explanation with example would be much appreciated
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the WebClient.DownloadString Method to make an HTTP GET request and get the HTTP response body as string returned: