Ejemplo n.º 1
0
        public void CanGetMyIp()
        {
            var client = new NodeServer(Network.Main, ProtocolVersion.PROTOCOL_VERSION);

            Assert.True(client.GetMyExternalIP() != null);
        }