public marks

PUBLIC MARKS from mostpopular with tag framework

April 2008

April 2007

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.