
03/12/2009, 21:51
|
 | Colaborador | | Fecha de Ingreso: septiembre-2007 Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 6 meses Puntos: 87 | |
Respuesta: Leer un archivo .php en c# un streamreader abre en su sobrecarga que acepta el string no abre un url
para ello usa no se
WebClient cliente=new WebClient();
byte []datos=cliente.DownloadData(url);
string valores=Encoding.ASCII.GetString(datos); // si no mal recuerdo |