public void Flush() { CheckCreated(); Native.enet_host_flush(_host); }
public void Flush() { ThrowIfNotCreated(); Native.enet_host_flush(nativeHost); }
public void Flush() { IsCreated(); Native.enet_host_flush(nativeHost); }