Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.SupportedAvailable

TElSftpExtendedProperties     See also     


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


Specifies if has sent supported extension.

Declaration

[C#]
    bool SupportedAvailable;

[VB.NET]
    Property SupportedAvailable As Boolean

[Pascal]
    property SupportedAvailable : boolean;

[C++]
    bool get_SupportedAvailable();
    void set_SupportedAvailable(bool Value);

[PHP]
    bool get_SupportedAvailable()
    void set_SupportedAvailable(bool $Value)

[Java]
    boolean getSupportedAvailable();
    void setSupportedAvailable(boolean Value);

Description

    This property value is True if server has sent supported extension and False otherwise.

See also:     NewlineAvailable     NewlineExtension     SupportedExtension     VersionsAvailable     VersionsExtension    

Discuss this help topic in SecureBlackbox Forum