An open API service indexing awesome lists of open source software.

https://github.com/krishpranav/csvpn

dotnet vpn library
https://github.com/krishpranav/csvpn

clang csharp dotnet

Last synced: 11 months ago
JSON representation

dotnet vpn library

Awesome Lists containing this project

README

          

# csvpn
dotnet vpn library

## Installation:
```
$ git clone https://github.com/krishpranav/csvpn
```

## Usage:
```csharp
VPN vpn = new VPN();
vpn.VPN_Connection("VPNName", "Username", "Password");
vpn.VPN_DisConnect();
```