Exemple #1
0
 public void Flush()
 {
     CheckCreated();
     Native.enet_host_flush(_host);
 }
Exemple #2
0
        public void Flush()
        {
            ThrowIfNotCreated();

            Native.enet_host_flush(nativeHost);
        }
Exemple #3
0
        public void Flush()
        {
            IsCreated();

            Native.enet_host_flush(nativeHost);
        }