Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/12/2009, 21:51
Avatar de Peterpay
Peterpay
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
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5