Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.Protocol

TElAWSS3DataStorage     


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


Defines protocol to be used for requests.

Declaration

[C#]
    TSBAWSProtocol Protocol;

[VB.NET]
    Property Protocol As TSBAWSProtocol

[Pascal]
    property Protocol : TSBAWSProtocol;

[C++]
    TSBAWSProtocol get_Protocol();
    void set_Protocol(TSBAWSProtocol Value);

[PHP]
    integer get_Protocol()
    void set_Protocol(integer $Value)

[Java]
    TSBAWSProtocol getProtocol();
    void setProtocol(TSBAWSProtocol Value);

Values:

Description

    Use this property to specify the protocol which should be used to access the data storage.

Discuss this help topic in SecureBlackbox Forum