4 references to None
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\HttpConnection.cs (3)
87
case HttpProtocols.
None
:
225
if (_context.Protocols == HttpProtocols.
None
)
248
return 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