Dim url As String = "http://www.google.com/" Dim sbResults As StringBuilder = Nothing Dim http As Utilities.HTTPRequest Dim objs(2) As Object http = New Utilities.HTTPRequest objs = http.WebRequestURIIntoHTML(url, 1, _ Utilities.HTTPRequest.RequestMethod.GetRequest) 'Physical text results sbResults = CType(objs(0), StringBuilder) 'Http Status Dim httpStatus As String = CStr(objs(1))Using the library is simple, it returns a StringBuilder object with the results of the request.
contact us | sitemap | © 2007 RagingSmurf Technology Group