1 write to ListenOptions
Microsoft.AspNetCore.Server.Kestrel.Core (1)
EndpointConfiguration.cs (1)
18ListenOptions = listenOptions ?? throw new ArgumentNullException(nameof(listenOptions));
5 references to ListenOptions
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
625var endpoint = endpointConfiguration.ListenOptions.IPEndPoint!;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
EndpointConfiguration.cs (1)
29/// Gets the endpoint <see cref="ListenOptions"/>.
Microsoft.AspNetCore.Server.Kestrel.Tests (3)
KestrelConfigurationLoaderTests.cs (3)
183Assert.Equal(HttpProtocols.Http1, opt.ListenOptions.Protocols); 1075Assert.Equal(expected, opt.ListenOptions.Protocols); 1145Assert.Equal(expected, opt.ListenOptions.Protocols);