CouchbaseClientSection SslPort Property Couchbase .NET SDK 2.0
Overrides the default and sets the SSL port to use for Key/Value operations using the Binary Memcached protocol.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public int SslPort { get; set; }

Property Value

Type: Int32
Remarks
The default and suggested port for SSL is 11207.
Remarks
Only set if you wish to override the default behavior.
Remarks
Requires UseSSL to be true.
Remarks
The Couchbase Server/Cluster needs to be configured to use a custom SSL port.
See Also