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

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

            Native.enet_host_flush(nativeHost);
        }