ClusterHelper Initialize Method Couchbase .NET SDK 2.2
Creates a Cluster instance using the default configuration. This is overload is suitable for development only as it will use localhost (127.0.0.1) and the default Couchbase REST and Memcached ports. [!:http://docs.couchbase.com/couchbase-manual-2.5/cb-install/#network-ports]

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public static void Initialize()
See Also