L
Lloyd Dupont
On pocket pc I am able to access remote computer through their IP or name
with a WebRequest with something like
WebRequest.Create("http://"+myhostIP+"/blablabla);
however when I try to get an IP endpoint to myhostIP with
Dns.GetHostByAddress(myhostIP);
I get a socket exception : temprorary error during hostname resolution ....
mmhh..
what could I do ?
with a WebRequest with something like
WebRequest.Create("http://"+myhostIP+"/blablabla);
however when I try to get an IP endpoint to myhostIP with
Dns.GetHostByAddress(myhostIP);
I get a socket exception : temprorary error during hostname resolution ....
mmhh..
what could I do ?