2 references to TransportNotFound
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
65
throw new InvalidOperationException(CoreStrings.
TransportNotFound
);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
KestrelServerTests.cs (1)
326
Assert.Equal(CoreStrings.
TransportNotFound
, exception.Message);