SocketServer.copyConnectEvents

Sets a boolean determining whether the connect events should be copied or not.

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

Parameters

shouldCopy
Type: bool

Boolean determining whether the connect events should be copied or not.

Meta