Implemented interface member:
method
BindAsync
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.IStrategy.BindAsync(Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBindContext, System.Threading.CancellationToken)
1 override of BindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBinder.cs (1)
195
public override Task
BindAsync
(AddressBindContext context, CancellationToken cancellationToken)
1 reference to BindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBinder.cs (1)
202
return base.
BindAsync
(context, cancellationToken);