Get default info from the specified database server node, using host name and port.
This method does not support 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( string hostname, int port )
Parameters
- hostname
- Type: SystemString
host name - port
- Type: SystemInt32
host port
Return Value
Type: DictionaryString, StringSee Also