7 instantiations of AddressBindContext
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
30 references to AddressBindContext
InMemory.FunctionalTests (4)
Microsoft.AspNetCore.Server.Kestrel.Core (12)
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)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (10)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)