Get all the default info from the specified database server node.
This method does not support secure connections nor user authentication.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Dictionary<string, string> Request( IPEndPoint socketAddress )
Parameters
- socketAddress
- Type: System.NetIPEndPoint
InetSocketAddress of server node
Return Value
Type: DictionaryString, StringSee Also