SocketServer.copyReceiveEvents

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

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

Parameters

shouldCopy
Type: bool

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

Meta