ClientConfigurationHttpsMgmtPort Property |
Overrides the default and sets the Couchbase Management REST API to use a custom SSL port.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int HttpsMgmtPort { get; set; }
Public Property HttpsMgmtPort As Integer
Get
Set
public:
property int HttpsMgmtPort {
int get ();
void set (int value);
}
member HttpsMgmtPort : int with get, set
Property Value
Type:
Int32
RemarksThe default and suggested port for SSL is 18091.
RemarksOnly set if you wish to override the default behavior.
RemarksRequires UseSSL to be true.
RemarksThe Couchbase Server/Cluster needs to be configured to use a custom Couchbase Management REST API SSL port.
See Also