2 implementations of UnbindAsync
InMemory.FunctionalTests (1)
TestTransport\MockMultiplexedConnectionListenerFactory.cs (1)
43public ValueTask UnbindAsync(CancellationToken cancellationToken = default)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
200public ValueTask UnbindAsync(CancellationToken cancellationToken = default) => DisposeAsync();
1 reference to UnbindAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
233=> _multiplexedConnectionListener.UnbindAsync(cancellationToken);