3 implementations of BindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\AddressBinder.cs (3)
153
public async Task
BindAsync
(AddressBindContext context, CancellationToken cancellationToken)
215
public virtual async Task
BindAsync
(AddressBindContext context, CancellationToken cancellationToken)
235
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);