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 (4)
DashboardWebApplication.cs (4)
653endpointConfiguration.ListenOptions.UseConnectionTypes(connectionTypes); 662""", name, address, string.Join(", ", connectionTypes), endpointConfiguration.IsHttps, endpointConfiguration.ListenOptions.Protocols); 664if (!endpointConfiguration.IsHttps && connectionTypes.Contains(ConnectionType.Frontend) && endpointConfiguration.ListenOptions.Protocols == HttpProtocols.Http2) 714var endpoint = endpointConfiguration.ListenOptions.IPEndPoint!;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
EndpointConfiguration.cs (1)
29/// Gets the endpoint <see cref="ListenOptions"/>.