I noticed that the C# wrapper is probably very convenient. However, up to this point i didnt manage to get a connection.
var client = new MultiChainClient("10.0.0.5", 41458, true, "userName", "Password", "Chain")
Which parameters should I use here? Is the IP this one or should I use the one of my Linux VM? Also I noticed a lot of different port numbers in the documentation (2644, 2645, 8570, 8571).
As for the SSH (3rd parameter), should I use true or false here?
And/Or do I need to configure firewall setting in my azure environment (here I hosted my Linux VM)?