3 references to BindEndpointAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
ListenOptions.cs (1)
224
await AddressBinder.
BindEndpointAsync
(this, context, cancellationToken).ConfigureAwait(false);
LocalhostListenOptions.cs (2)
36
await AddressBinder.
BindEndpointAsync
(v4Options, context, cancellationToken).ConfigureAwait(false);
50
await AddressBinder.
BindEndpointAsync
(v6Options, context, cancellationToken).ConfigureAwait(false);