10 references to Listen
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelService.cs (1)
81_serverSocket.Listen(backlog: 10); // Allow multiple pending connections
Dcp\DcpHost.cs (1)
215loggingSocket.Listen(LoggingSocketConnectionBacklog);
Aspire.Hosting.RemoteHost (1)
JsonRpcServer.cs (1)
152_listenSocket.Listen(10);
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcServerTransport.cs (2)
257socket.Listen(_backlog); 286socket.Listen(_backlog);
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
347socket.Listen(int.MaxValue);
System.Net.HttpListener (1)
System\Net\Managed\HttpEndPointListener.cs (1)
65_socket.Listen(500);
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
1114_dataSocket.Listen(1); // Put the dataSocket in Listen mode
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (1)
1004public void Listen() => Listen(int.MaxValue);
System\Net\Sockets\TCPListener.cs (1)
147_serverSocket.Listen(backlog);