protected int Service(int timeout) { if (timeout < 0) { throw new ArgumentOutOfRangeException("timeout"); } return(NativeMethods.enet_host_service(this.host, null, (uint)timeout)); }