Discuss this help topic in SecureBlackbox Forum

TElSftpStream.CanRead

TElSftpStream     See also     


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


Specifies whether the current stream supports reading.

Declaration

[C#]
    bool CanRead;

[VB.NET]
    Property CanRead As Boolean

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    If this property returns True, the current stream supports reading; when it returns False, reading is not supported.

See also:     CanWrite     CanSeek     Read    

Discuss this help topic in SecureBlackbox Forum