Please tell me how to connect and disconnect mobile broadband connection using C# or DOS?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

There is no native support in .NET, you need to invoke the win api, specifically wininet.dll and invoke InternetGetConnectedState function. You can use the following link for with a sample code. Code is in VB, but you can easily convert it to c#.

link|improve this answer
Thank you verry much!!! – sithira pathirana Jan 1 at 11:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.