Discuss this help topic in SecureBlackbox Forum

TElCustomSSHSubsystemHandler.HandlerType

TElCustomSSHSubsystemHandler     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns handler type.

Declaration

[C#]
    TSBSSHSubsystemHandlerType HandlerType();

[VB.NET]
    Function HandlerType() As TSBSSHSubsystemHandlerType

[Pascal]
    class function HandlerType : TSBSSHSubsystemHandlerType; virtual;

[C++]
    TSBSSHSubsystemHandlerType HandlerType();

[PHP]
    integer HandlerType()

[Java]
    TSBSSHSubsystemHandlerType handlerType();

Values

Return value

    Returns the type of the handler.

Description

    Use this method to get handler type.

Discuss this help topic in SecureBlackbox Forum