Discuss this help topic in SecureBlackbox Forum

TElPublicKeySSHSubsystemHandler.Server

TElPublicKeySSHSubsystemHandler     


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


This property can be used to access the associated server object when the handler is already created.

Declaration

[C#]
    TElSSHPublicKeyServer Server;

[VB.NET]
    Property Server As TElSSHPublicKeyServer

[Pascal]
    property Server: TElSSHPublicKeyServer;

[C++]
    TElSSHPublicKeyServer* get_Server();
    void set_Server(TElSSHPublicKeyServer &Value);
    void set_Server(TElSSHPublicKeyServer *Value);

[PHP]
    TElSSHPublicKeyServer get_Server()
    void set_Server(TElSSHPublicKeyServer $Value)

[Java]
    TElSSHPublicKeyServer getServer();
    void setServer(TElSSHPublicKeyServer Value);

Description

    Use this property to access the associated server object when the handler is already created.

Discuss this help topic in SecureBlackbox Forum