R
russryba
Greetings,
I'm working on a Windows Mobile 5.0 device that has WiFi, Bluetooth and
Cellular IP Interfaces, as well as possibly being connected over an
ethernet cradle. The device is a ruggedized Symbol handheld.
I have two questions...
1 - How can I determine what type of network connections are available
such as WiFi, Cellular, Ethernet, etc
2 - How can I specify which interface to use when attempting to
initiate a connection on the windows CE device.
I'm hoping to automatically switch to cheaper network connections when
available, but fall back to the more expensive types when necessary.
I've looked through the System.Net namespace but I don't see anything
specific to routing or detection of the physical connection type. I
would imagine some sort of Socket.LocalEndPoint overload but i don't
see that.
I don't see any tools or CF classes to manipulate the routing table or
detect physical connection type. I'm sure what I'm looking for is
available through a google search but I must be using the wrong
keywords.
Any answers or suggestions to point me in the right direction would be
appreciated.
Thanks in advance,
- Russ Ryba
I'm working on a Windows Mobile 5.0 device that has WiFi, Bluetooth and
Cellular IP Interfaces, as well as possibly being connected over an
ethernet cradle. The device is a ruggedized Symbol handheld.
I have two questions...
1 - How can I determine what type of network connections are available
such as WiFi, Cellular, Ethernet, etc
2 - How can I specify which interface to use when attempting to
initiate a connection on the windows CE device.
I'm hoping to automatically switch to cheaper network connections when
available, but fall back to the more expensive types when necessary.
I've looked through the System.Net namespace but I don't see anything
specific to routing or detection of the physical connection type. I
would imagine some sort of Socket.LocalEndPoint overload but i don't
see that.
I don't see any tools or CF classes to manipulate the routing table or
detect physical connection type. I'm sure what I'm looking for is
available through a google search but I must be using the wrong
keywords.
Any answers or suggestions to point me in the right direction would be
appreciated.
Thanks in advance,
- Russ Ryba