Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 324 Bytes

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");