This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureStorage.
Summary
Gets or sets whether to use HTTPS or not,
- Assembly
- Cake
.AzureStorage .dll - Namespace
- Cake
.AzureStorage - Containing Type
- AzureStorageSettings
Syntax
public bool UseHttps { get; set; }
Value
Type | Description |
---|---|
bool |
true to use HTTPS, default; otherwise, false .
|