/// <summary> /// Allow clients to query information about the server? /// </summary> public void AllowQuery(bool enabled) { if (!peer.IsActive()) { return; } peer.AllowQuery(enabled); }