3 implementations of BindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\AddressBinder.cs (3)
153public async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 215public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 235public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
1 reference to BindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBinder.cs (1)
32return strategy.BindAsync(context, cancellationToken);