.inconenabledmaster Property

Function:

A master switch that globally disables incoming connection acceptance on all sockets, irregardless of each socket's individual setup.

Type:

Enum (no_yes, byte)

Value Range:

  • 0 — NO: No socket will be allowed to accept an incoming connection.
  • 1 — YES (default): Incoming connections are globally enabled. Individual socket's behavior and whether it will accept or reject a particular incoming connection depends on the setup of this socket.

See Also:

sock.inconmode, sock.localportlist, sock.httpportlist


Details

This property can be used to temporarily disable incoming connection acceptance on all sockets without changing the individual setup of each socket.


.inconenabledmaster Property

Details