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