2 references to MaxConnections
System (2)
net\System\Net\Sockets\TCPListener.cs (2)
165
Start((int)SocketOptionName.
MaxConnections
);
169
if (backlog > (int)SocketOptionName.
MaxConnections
|| backlog < 0) {