SyntaxFix
Write A Post
Hire A Developer
Questions
response.GetResponseStream() should be used to return the response stream. And don't forget to close the Stream and Response objects.
response.GetResponseStream()
close
Stream
Response