usingHttpsOnly property
final
Whether only HTTPS is used for REST operations.
true
: (Default) Only HTTPS is used.false
: Both HTTP and HTTPS are allowed.
Implementation
final bool usingHttpsOnly;
Whether only HTTPS is used for REST operations.
true
: (Default) Only HTTPS is used.false
: Both HTTP and HTTPS are allowed.final bool usingHttpsOnly;