15 references to Listen
Aspire.Cli.Tests (1)
Projects\RunningInstanceManagerTests.cs (1)
74_listener.Listen(1);
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelService.cs (1)
91_serverSocket.Listen(backlog: 10); // Allow multiple pending connections
Dcp\DcpHost.cs (1)
277loggingSocket.Listen(LoggingSocketConnectionBacklog);
Aspire.Hosting.RemoteHost (1)
JsonRpcServer.cs (1)
164_listenSocket.Listen(10);
Aspire.Hosting.Tests (1)
Backchannel\GetTerminalInfoAsyncTests.cs (1)
395sock.Listen(8);
Aspire.TerminalHost (1)
TerminalHostControlListener.cs (1)
96socket.Listen(backlog: 16);
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
Connection\DirectTlsConnectionListener.cs (1)
118listenSocket.Listen(_options.Backlog);
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionListener.cs (1)
54listenSocket.Listen(_options.Backlog);
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)
1116_dataSocket.Listen(1); // Put the dataSocket in Listen mode
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (1)
1006public void Listen() => Listen(int.MaxValue);
System\Net\Sockets\TCPListener.cs (1)
147_serverSocket.Listen(backlog);