Exemplo n.º 1
0
 public void Flush()
 {
     CheckCreated();
     Native.enet_host_flush(_host);
 }
Exemplo n.º 2
0
        public void Flush()
        {
            ThrowIfNotCreated();

            Native.enet_host_flush(nativeHost);
        }
Exemplo n.º 3
0
        public void Flush()
        {
            IsCreated();

            Native.enet_host_flush(nativeHost);
        }