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)
173public override Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
1 reference to BindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBinder.cs (1)
181return base.BindAsync(context, cancellationToken);