Represents the "default" ports that come pre-configured with Couchbase Server.
Namespace: Couchbase.ConfigurationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)


Member name | Value | Description | |
---|---|---|---|
MgmtApi | 8091 | The Managment REST API port. | |
CApi | 8092 | The Views REST API port. | |
Direct | 11210 | The port used for Binary Memcached TCP operations. | |
Proxy | 11211 | Not used by the .NET client - reserved for Moxi. | |
SslDirect | 11207 | The SSL port used for Binary Memcached TCP operations. | |
HttpsCApi | 18092 | The SSL port used by View REST API. | |
HttpsMgmt | 18091 | The SSL port used by the Managment REST API's. |
