7 references to SetTransportState
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionContext.cs (4)
584
internal
SetTransportState
TrySetTransport(HttpTransportType transportType, HttpConnectionsMetrics metrics)
603
return
SetTransportState
.CannotChange;
607
return
SetTransportState
.AlreadyActive;
610
return
SetTransportState
.Success;
Internal\HttpConnectionDispatcher.cs (3)
583
case HttpConnectionContext.
SetTransportState
.Success:
586
case HttpConnectionContext.
SetTransportState
.AlreadyActive:
594
case HttpConnectionContext.
SetTransportState
.CannotChange: