1 implementation of UnbindAsync
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)
232=> _multiplexedConnectionListener.UnbindAsync(cancellationToken);