public marks

PUBLIC MARKS from mostpopular with tags object & property

18 April 2007 04:45

How to: Send Data Using the WebRequest Class

Console.WriteLine(CType(response, HttpWebResponse).StatusDescription) To get the stream containing response data sent by the server, call the GetResponseStream method of the WebResponse.