[Windows Mobile] Connection Manager API C#
Some posts ago i wrote about using RAS to establish internet connection in that post i mentioned about Connection Manager API. Full description you can find on MSDN, but in most cases developers use 2 functions:
ConnMgrEstablishConnection
ConnMgrReleaseConnection
So to establish connection we need just fill one struct and call ConnMgrEstablishConnection. Thats easy, isnt it?
public bool Connect()
{
ConnectionInfo connInfo_ […]
Filed under: Programming | 5 Comments »