Tagged Questions

1
vote
1answer
56 views

how to get the name of last network connection used?

Well, I have the device(USB modem) that can install in the computer a lot of network connection, the user can change the network connection any moment and can be disconnected any moment. then I need ...
1
vote
4answers
4k views

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

I need to be able to connect, disconnect, and re-connect a dial-up networking connection in a C# .NET Framework application. Creating the connection in the phone-book might also be useful/necessary. ...
0
votes
1answer
80 views

how to disconnect from internet using C#?

I have a ras connection and I need disconnect to it using C#. how I do this? Currently I'm using dotRas library to handling ras connections. Any help and differents solutions to solve it are very ...
0
votes
2answers
723 views

dotRAS Disconnected State not triggered

Can someone give me a heads up... I'm trying to use the dotRAS .NET control, and this code to change the value of internetConnected (boolean) using an event handler... But it seems that the state ...