Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.SentToSocket

TElSSHForwardedConnection     See also     


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


Contains the number of bytes, sent to the socket

Declaration

[C#]
    long SentToSocket;

[VB.NET]
    Property SentToSocket As Long

[Pascal]
    property SentToSocket : Int64;

[C++]
    int64_t get_SentToSocket();

[PHP]
    integer get_SentToSocket()

[Java]
    long getSentToSocket();

Description

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

See also:     ReceivedFromSocket     SentToChannel    

Discuss this help topic in SecureBlackbox Forum