1 implementation of CanBind
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
59public bool CanBind(EndPoint endpoint)
1 reference to CanBind
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
94return selector?.CanBind(endPoint) ?? true;