03/04/2006, 09:27
|
| | Fecha de Ingreso: septiembre-2005
Mensajes: 73
Antigüedad: 19 años, 3 meses Puntos: 0 | |
Resuelto Ok Gracias...
Ya lo he resuelto así:
Código:
System.Net.WebProxy wp=new System.Net.WebProxy("host", puerto);
wp.Credentials=System.Net.CredentialCache.DefaultCredentials;
oWebService.Proxy=wp
__________________ Henry :-D |