/// <summary>
 /// Close all open connections and shut down all sockets.<br/>
 /// This is for both roles, server and client.
 /// </summary>
 /// <returns>False, if we're already in the process of shutting down or already closed altogether.</returns>
 public bool Close()
 {
     return(Net.Close());
 }