J
jd_ie
Dear all,
I know that it is possible to get the IP address of the host computer
that my Windows CE .NET device is connected to using
IPAddress addrHost =
System.Net.Dns.GetHostByName("PPP_Peer").AddressList[0];
but I was wondering if there is any way of getting the actual network
computer name of the connected PC?
Thanks and regards,
Jonathan
I know that it is possible to get the IP address of the host computer
that my Windows CE .NET device is connected to using
IPAddress addrHost =
System.Net.Dns.GetHostByName("PPP_Peer").AddressList[0];
but I was wondering if there is any way of getting the actual network
computer name of the connected PC?
Thanks and regards,
Jonathan