7 references to SetTransportState
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionContext.cs (4)
954
internal
SetTransportState
TrySetTransport(HttpTransportType transportType, HttpConnectionsMetrics metrics)
973
return
SetTransportState
.CannotChange;
977
return
SetTransportState
.AlreadyActive;
980
return
SetTransportState
.Success;
Internal\HttpConnectionDispatcher.cs (3)
760
case HttpConnectionContext.
SetTransportState
.Success:
763
case HttpConnectionContext.
SetTransportState
.AlreadyActive:
771
case HttpConnectionContext.
SetTransportState
.CannotChange: