Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.SocketState

TElSSHForwardedConnection     See also     


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


Specifies the state of the socket

Declaration

[C#]
    TSBSSHForwardingSocketState SocketState;

[VB.NET]
    Property SocketState As TSBSSHForwardingSocketState

[Pascal]
    property SocketState : TSBSSHForwardingSocketState;

[C++]
    TSBSSHForwardingSocketState get_SocketState();

[PHP]
    integer get_SocketState()

[Java]
    TSBSSHForwardingSocketState getSocketState();

Values:

Description

    This property specifies the state of the socket connection which exists between the component and the remote host, to/from which the data is transferred.

See also:     ChannelState    

Discuss this help topic in SecureBlackbox Forum