Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.BaseURL

TElAWSS3DataStorage     


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


Contains the base URL of the server responder.

Declaration

[C#]
    string BaseURL;

[VB.NET]
    Property BaseURL As String

[Pascal]
    property BaseURL : string;

[C++]
    void get_BaseURL(std::string &OutResult);
    void set_BaseURL(const std::string &Value);

[PHP]
    string get_BaseURL()
    void set_BaseURL(string $Value)

[Java]
    String getBaseURL();
    void setBaseURL(String Value);

Description

    Use this property to connect to S3-compatible cloud services. Specify the base URL (the part before ? in URIs used to send requests to the service) via this property. By default the property is set to the URL of the S3 service responder.

Discuss this help topic in SecureBlackbox Forum