How to test the couch base serer is it running or not using .net sdk

how to test the couch base serer is it running or not using .net sdk. how to write test connection for couch base server…

Generally you shouldn’t need to, as an instance of the SDK is not talking to just one node. It’s talking to the cluster. What are you hoping to do with this connection test? You can get and set a single document, but that only verifies one path.

Hi,
I may be wrong, be I think that when you connect the the cluster, you will obtain the complete list of all cluster nodes, perhaps It’s possible to ping each addresses and ports ?

Regards,
Steeve