Sends the request to the server and returns the response.
This method blocks until the data is received (or the TimeOut limit).
Syntax: GetResponse
Example:
Response.New1
Request.New1("www.basic4ppc.com")
Response.Value = Request.GetResponse 'This line calls the server and
gets the response.
TextBox1.Text = Response.GetString 'Gets the Response string.
Response.Close