MemcachedBucket IsSecure Property Couchbase .NET SDK 2.0
Returns true if bucket is using SSL encryption between the client and the server.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public bool IsSecure { get; }

Property Value

Type: Boolean

Implements

IBucket IsSecure
See Also