Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.ReceivedFromSocket

TElSSHForwardedConnection     See also     


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


Contains the number of bytes, received from the socket

Declaration

[C#]
    long ReceivedFromSocket;

[VB.NET]
    Property ReceivedFromSocket As Long

[Pascal]
    property ReceivedFromSocket : Int64;

[C++]
    int64_t get_ReceivedFromSocket();

[PHP]
    integer get_ReceivedFromSocket()

[Java]
    long getReceivedFromSocket();

Description

    This read-only property contains the number of bytes of data, received from the socket, which connects the remote host and the component.

See also:     SentToChannel     SentToSocket    

Discuss this help topic in SecureBlackbox Forum