A
Adam Goetz
I hope that this is just a really easy question.
Why does this command work on the emulator, but causes a 'host not found'
exception on a device, when the device can ping the ip address listed and
the server program is running? Connection i via 802.11b network.
TcpClient client = new TcpClient("192.168.0.100", 11000);
Why does this command work on the emulator, but causes a 'host not found'
exception on a device, when the device can ping the ip address listed and
the server program is running? Connection i via 802.11b network.
TcpClient client = new TcpClient("192.168.0.100", 11000);