No, the Sync Framework does not know (or care) about the connection type and speed.
You can use the System.Net.NetworkInformation.NetworkInterface class to get some information about the network. Use the NetworkInterface.GetAllNetworkInterfaces() method to get a list of ... all network interfaces. The NetworkInterfaceType and Speed properties can provide you the rest of the information.
Proposed as answer byRudi - EuricomMonday, January 18, 2010 8:05 AM