openvpn-manager icon indicating copy to clipboard operation
openvpn-manager copied to clipboard

Article, documentation, examples HOW TO USE AS LIBRARY from another C# project

Open qywx opened this issue 8 years ago • 2 comments

The subj.

qywx avatar Nov 04 '16 19:11 qywx

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?

hapm avatar Dec 29 '16 21:12 hapm

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.

qywx avatar Jan 16 '17 15:01 qywx