SocketServer.storeClients

Sets a boolean determining whether clients should be stored or not.

  1. bool storeClients [@property getter]
  2. bool storeClients [@property setter]
    class SocketServer(T)
    @property
    void
    storeClients

Parameters

shouldStore
Type: bool

Boolean determining whether clients should be stored or not.

Meta