iControl.SystemCryptoServer.get_client_address C# (CSharp) Method

get_client_address() private method

private get_client_address ( string servers ) : string[][]
servers string
return string[][]
        public string[][] get_client_address(
		string [] servers
	)
        {
            object [] results = this.Invoke("get_client_address", new object [] {
                servers});
            return ((string [] [])(results[0]));
        }