Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.SentToChannel

TElSSHForwardedConnection     See also     


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


Contains the number of bytes, sent to the logical connection

Declaration

[C#]
    long SentToChannel;

[VB.NET]
    Property SentToChannel As Long

[Pascal]
    property SentToChannel : Int64;

[C++]
    int64_t get_SentToChannel();

[PHP]
    integer get_SentToChannel()

[Java]
    long getSentToChannel();

Description

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

See also:     ReceivedFromChannel     SentToSocket    

Discuss this help topic in SecureBlackbox Forum