Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.RequestAttributes

TElSftpExtendedProperties     See also     


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


Contains attributes, which should be requested from server in the next requests.

Declaration

[C#]
    TSBSftpAttributes RequestAttributes;

[VB.NET]
    Property RequestAttributes As TSBSftpAttributes

[Pascal]
    property RequestAttributes : TSBSftpAttributes;
    TSBSftpAttribute = set of TSBSftpAttribute;

[C++]
    TSBSftpAttributes get_RequestAttributes();
    void set_RequestAttributes(TSBSftpAttributes Value);

[PHP]
    integer get_RequestAttributes()
    void set_RequestAttributes(integer $Value)

[Java]
    int getRequestAttributes();
    void setRequestAttributes(int Value);

Values

TSBSftpAttributes values

Description

    Use this property to specify attributes which should be requested from server in the next requests.

See also:     AutoAdjustDesiredAccess     AutoAdjustRequestAttributes     DesiredAccess     RenameFlags    

Discuss this help topic in SecureBlackbox Forum