2 implementations of UnbindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TransportManager.cs (2)
211public ValueTask UnbindAsync(CancellationToken cancellationToken = default) 232public ValueTask UnbindAsync(CancellationToken cancellationToken = default)
1 reference to UnbindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
187await ConnectionListener.UnbindAsync(cancellationToken).ConfigureAwait(false);