1 instantiation of AddressBindContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
223AddressBindContext = new AddressBindContext(_serverAddresses, Options, Trace, OnBind);
12 references to AddressBindContext
Microsoft.AspNetCore.Server.Kestrel.Core (12)
AnyIPListenOptions.cs (1)
18internal 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) 148Task BindAsync(AddressBindContext context, CancellationToken cancellationToken); 153public async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 173public override Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 195public override Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 215public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 235public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
Internal\KestrelServerImpl.cs (1)
118private AddressBindContext? AddressBindContext { get; set; }
ListenOptions.cs (1)
222internal virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
LocalhostListenOptions.cs (1)
29internal override async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)