openvpn-manager
openvpn-manager copied to clipboard
Article, documentation, examples HOW TO USE AS LIBRARY from another C# project
The subj.
What is your expected interface the program should provide when used as a library? The only thing I can think of at the moment is, to use the log and config parsers. Can you provide a use case we should focus on?
I expected to use this lib's APIA as
OVpnConnection ov = new OVpnConnection(ovpnConfig);
ov.connect();
ov.disconnect();
Or something near to that. But now my tasks are far from OpenVPN and I will not participate it this development. Thank you for your work.