Discuss this help topic in SecureBlackbox Forum
Defines possible modes of TElShellSSHSubsystemHandler working
Declaration
[C#/Java]
enum TSBSSHSubsystemHandlerType { shtSynchronous = 0, shtAsynchronous = 1 };
[VB.NET]
Enum TSBSSHSubsystemHandlerType
shtSynchronous = 0
shtAsynchronous = 1
End Enum
[Pascal]
TSBSSHSubsystemHandlerType = (shtSynchronous, shtAsynchronous);
[C++]
typedef uint8_t TSBSSHSubsystemHandlerTypeRaw;
typedef enum { shtSynchronous = 0, shtAsynchronous = 1 } TSBSSHSubsystemHandlerType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBSSHHandlers
- Assembly: SecureBlackbox.SSHCommon
VCL:Java:
- Package: SecureBlackbox.SSHCommon.jar
C++:
Discuss this help topic in SecureBlackbox Forum