6 references to None
Microsoft.AspNetCore.Http.Connections (6)
Internal\HttpConnectionContext.cs (2)
958if (TransportType == HttpTransportType.None) 999Debug.Assert(TransportType != HttpTransportType.None, "Transport has not been initialized yet");
Internal\HttpConnectionDispatcher.cs (1)
365case HttpTransportType.None:
Internal\HttpConnectionManager.cs (1)
95if (connection.TransportType != HttpTransportType.None)
Internal\HttpConnectionsMetrics.cs (2)
58Debug.Assert(transportType != HttpTransportType.None); 73if (transportType != HttpTransportType.None)