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