Beispiel #1
0
        public bool SetIP(string ip)
        {
            if (ip == null)
            {
                throw new ArgumentNullException("ip");
            }

            return(Native.enet_address_set_host_ip(ref nativeAddress, ip) == 0);
        }