Public Attributes | |
AllowedClientIPAddresses | |
A comma-separated list of remote IP addresses to accept connections from optional. More... | |
ConnectionQueueSize | |
Number of connections that can queue up waiting for this server socket to attend to them. More... | |
IsConnected | |
Is there a connection open from a remote client. More... | |
AllowedClientIPAddresses |
A comma-separated list of remote IP addresses to accept connections from optional.
Accepts IP addresses in dotted decimal form for IPV4 and colon-hex form for IPV6, with optional :port for IPV4 and |port for IPV6, e.g. 192.168.1.22, 192.168.1.22:3298 or fe80::4c60:9595:7fb3:8139, fe80::4c60:9595:7fb3:8139|3298.
If :port or |port is specified, connections from other ports at the associated address will be refused.
ConnectionQueueSize |
Number of connections that can queue up waiting for this server socket to attend to them.
IsConnected |
Is there a connection open from a remote client.