HOLA AMIGOS, ANTERIORMENTE HICE UNA PREGUNTA SIMILAR A ESTA, YA GRACIAS A LOS COMPAÑEROS QUE ME AYUDARON SE CUAL ES LA CLASE DE VB QUE ME AYUDA A HACER EL WEB REQUEST , PERO SE ME PRESENTA UN PROBLEMA, CUANDO HAGO LAS SIGUIENTES DECLARACIONES
Dim myRequest As WebRequest = WebRequest.Create("http://www.contoso.com")
Dim myResponse As WebResponse = myRequest.GetResponse()
las que estan en megrillas, eso me sale en el compilador como un error, y me indica que create y get response no son miembros de la aplicacion.
mi pregunta es, hay alguna libreria que deba incluir aparte de system.net??
gracias por su ayuda.