Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.ChannelState

TElSSHForwardedConnection     See also     


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


Specifies the state of the channel

Declaration

[C#]
    TSBSSHForwardingChannelState ChannelState;

[VB.NET]
    Property ChannelState As TSBSSHForwardingChannelState

[Pascal]
    property ChannelState : TSBSSHForwardingChannelState;

[C++]
    TSBSSHForwardingChannelState get_ChannelState();

[PHP]
    integer get_ChannelState()

[Java]
    TSBSSHForwardingChannelState getChannelState();

Values:

Description

    This property specifies the state of the logical connection which exists between the client and the SSH server.

See also:     SocketState    

Discuss this help topic in SecureBlackbox Forum