4 references to None
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\HttpConnection.cs (3)
87case HttpProtocols.None: 225if (_context.Protocols == HttpProtocols.None) 248return HttpProtocols.None;
Internal\KestrelServerImpl.cs (1)
189|| options.Protocols == HttpProtocols.None) // TODO a test fails because it doesn't throw an exception in the right place