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 appreciated. Thanks in advance.
|
feedback
|
|
Based on this documentation you should just call the RasHangUp function. | |||
|
feedback
|
|
Using the DotRas SDK, you'd just need to get the RasConnection instance you want and call HangUp().
Hope that helps! | |||
|
feedback
|