shallCount property

void shallCount=(bool shallCount(HttpConnect connect))

A callback to control whether to increase connectionCount.

  • If not specified (default), it counts each connection.
  • Note: it also affects when onIdle is called.

Implementation

void set shallCount(bool shallCount(HttpConnect connect));