Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.ReceivedFromChannel

TElSSHForwardedConnection     See also     


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


Contains the number of bytes, received from the logical connection

Declaration

[C#]
    long ReceivedFromChannel;

[VB.NET]
    Property ReceivedFromChannel As Long

[Pascal]
    property ReceivedFromChannel : Int64;

[C++]
    int64_t get_ReceivedFromChannel();

[PHP]
    integer get_ReceivedFromChannel()

[Java]
    long getReceivedFromChannel();

Description

    This read-only property contains the number of bytes of data, received from the logical connection between the component and SSH server.

See also:     SentToChannel     SentToSocket    

Discuss this help topic in SecureBlackbox Forum