CouchbaseClientSection DirectPort Property Couchbase .NET SDK 2.1.0 Documentation
Overrides the default and sets the direct 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.1.0.0 (2.1.0.0)
Syntax
public int DirectPort { get; set; }

Property Value

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