Discuss this help topic in SecureBlackbox Forum

TElSSHClientTunnelConnection.CanSend

TElSSHClientTunnelConnection     See also     


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


This method checks whether the channel is open for data sending.

Declaration

[C#]
    bool CanSend();

[VB.NET]
    Function CanSend() As Boolean

[Pascal]
    function CanSend : boolean;

[C++]
    bool CanSend();

[PHP]
    bool CanSend()

[Java]
    boolean canSend();

Return value

    Returns True is the data could be sent, and False otherwise.

Description

    Use this method to check whether data can be transferred through the channel.

See also:     SendExtendedData    

Discuss this help topic in SecureBlackbox Forum