Skip to content

ysramirez/VPNDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

VPNDriver

C# VPN Driver

##Examples:

vpnDriver = new VPNDriver();

vpnDriver.Connect("MyVPNName", "Username", "Password");

vpnDriver.IsConnected("MyVPNName");

vpnDriver.ConnectAndVerify("MyVPNName", "Username", "Password", ref errorTextBox); //show the error in the textbox

vpnDriver.Disconnect("MyVPNName");

About

C# VPN Driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages