Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket.IsRequesterPaysBucket

TElAWSS3DataStorageBucket     See also     


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


Checks if requester should pay for the bucket.

Declaration

[C#]
    bool IsRequesterPaysBucket();

[VB.NET]
    Function IsRequesterPaysBucket() As Boolean

[Pascal]
    function IsRequesterPaysBucket : boolean;

[C++]
    bool IsRequesterPaysBucket();

[PHP]
    bool IsRequesterPaysBucket()

[Java]
    boolean isRequesterPaysBucket();

Return value

    Returns True if RequesterPays is enabled for the data bucket and False otherwise.

Description

    Use this method to check if requester should pay for downloads from data bucket.

See also:     GetPaymentConfiguration     SetPaymentConfiguration    

Discuss this help topic in SecureBlackbox Forum