7 references to ListenOptions
Microsoft.AspNetCore.Server.Kestrel.Core (7)
AnyIPListenOptions.cs (1)
14: base(new IPEndPoint(IPAddress.IPv6Any, port))
Internal\AddressBinder.cs (2)
126options = new ListenOptions(new NamedPipeEndPoint(parsedAddress.NamedPipeName)); 135options = new ListenOptions(endpoint);
KestrelServerOptions.cs (2)
523var listenOptions = new ListenOptions(endPoint); 634var listenOptions = new ListenOptions(new NamedPipeEndPoint(pipeName));
ListenOptions.cs (1)
236var options = new ListenOptions(new IPEndPoint(address, IPEndPoint!.Port))
LocalhostListenOptions.cs (1)
13: base(new IPEndPoint(IPAddress.Loopback, port))