ClientConfiguration HttpsMgmtPort Property Couchbase .NET SDK 2.0
Overrides the default and sets the Couchbase Management REST API to use a custom SSL port.

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

Property Value

Type: Int32
Remarks
The default and suggested port for SSL is 18091.
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 Couchbase Management REST API SSL port.
See Also