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