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