SshNet Class
[C#]
public static class SshNet
{
public static Version GetVersion();
public static void SetActCode(string actCodeHex);
public static void Shutdown();
public static event ExceptionInEventEventHandler OnExceptionInEvent;
}
Members
General
- GetVersion - Get library version information.
- SetActCode - Set activation code.
- Shutdown - Shutdown the library.
Events
- OnExceptionInEvent - Error handler.
Remarks
The static SshNet class contains general support functions and events for FlowSshNet. See Initialization and Error Handlers, Shutdown, GetVersion, and SetActCode for a description of the functionality.