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