SocketServer.copyErrorEvents

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

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

Parameters

shouldCopy
Type: bool

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

Meta