We are planning to write C# wrapper for libssh2. I have following questions:
1) Since libssh2 is implemented in C/C++. How can I include a C++ dll in my C# project?
2) How can I get handle to the Session object of libssh2 in my C# project?
Thanks in advance for your help.