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)
Syntaxbool UseSsl { get; set; }
bool UseSsl { get; set; }
Property UseSsl As Boolean
Get
Set
Property UseSsl As Boolean
Get
Set
property bool UseSsl {
bool get ();
void set (bool value);
}
property bool UseSsl {
bool get ();
void set (bool value);
}
abstract UseSsl : bool with get, set
abstract UseSsl : bool with get, set
Property Value
Type:
Boolean
See Also