When true, the generated url will contain 'https' and use port 18092
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool UseSsl { get; set; }
public bool UseSsl { get; set; }
Public Property UseSsl As Boolean
Get
Set
Public Property UseSsl As Boolean
Get
Set
public:
virtual property bool UseSsl {
bool get () sealed;
void set (bool value) sealed;
}
public:
virtual property bool UseSsl {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseSsl : bool with get, set
override UseSsl : bool with get, set
abstract UseSsl : bool with get, set
override UseSsl : bool with get, set
Property Value
Type:
BooleanImplements
IViewQuery.UseSsl
See Also