1 instantiation of AddressBindContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
227AddressBindContext = new AddressBindContext(_serverAddresses, Options, Trace, OnBind);
12 references to AddressBindContext
Microsoft.AspNetCore.Server.Kestrel.Core (12)
AnyIPListenOptions.cs (1)
19internal override async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
Internal\AddressBinder.cs (8)
19public static Task BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func<ListenOptions, ListenOptions> useHttps, CancellationToken cancellationToken) 86internal static async Task BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken) 170Task BindAsync(AddressBindContext context, CancellationToken cancellationToken); 175public async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 195public override Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 217public override Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 237public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 257public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
Internal\KestrelServerImpl.cs (1)
122private AddressBindContext? AddressBindContext { get; set; }
ListenOptions.cs (1)
222internal virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
LocalhostListenOptions.cs (1)
38internal override async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)