Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

UseSSL Property

Specifies whether SSL will be used to access Azure Blob.

Object Oriented Interface

public function getUseSSL();
public function setUseSSL($value);

Procedural Interface

incloudstorage_azureblob_get($res, 73 );
incloudstorage_azureblob_set($res, 73, $value );

Default Value

false

Remarks

Use this property to determine whether the class uses SSL to connect to Azure Blob servers. When set to true, all requests will be sent using SSL.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]