CouchbaseClientSection Servers Property Couchbase .NET SDK 2.0
Sets the Couchbase Server's list of bootstrap URI's. The client will use the list to connect to initially connect to the cluster.

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

Property Value

Type: UriElementCollection
See Also