Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.HTTPClient

TElWinAzureDataStorage     See also     


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


Specifies HTTP client used to communicate with data storage.

Declaration

[C#]
    TElHTTPSClient HTTPClient;

[VB.NET]
    Property HTTPClient As TElHTTPSClient

[Pascal]
    property HTTPClient : TElHTTPSClient;

[C++]
    TElHTTPSClient* get_HTTPClient();
    void set_HTTPClient(TElHTTPSClient &Value);
    void set_HTTPClient(TElHTTPSClient *Value);

[PHP]
    TElHTTPSClient get_HTTPClient()
    void set_HTTPClient(TElHTTPSClient $Value)

[Java]
    TElHTTPSClient getHTTPClient();
    void setHTTPClient(TElHTTPSClient Value);

Description

    Use this property to specify the HTTP/HTTPS client used to perform requests to the data storage.

See also:     UseSSL    

Discuss this help topic in SecureBlackbox Forum