Implemented interface member:
method
UnbindAsync
Microsoft.AspNetCore.Connections.IMultiplexedConnectionListener.UnbindAsync(System.Threading.CancellationToken)
2 references to UnbindAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (2)
QuicConnectionListenerTests.cs (2)
35
await connectionListener.
UnbindAsync
().DefaultTimeout();
201
await connectionListener.
UnbindAsync
().DefaultTimeout();