7 references to SetTransportState
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionContext.cs (4)
711
internal
SetTransportState
TrySetTransport(HttpTransportType transportType, HttpConnectionsMetrics metrics)
730
return
SetTransportState
.CannotChange;
734
return
SetTransportState
.AlreadyActive;
737
return
SetTransportState
.Success;
Internal\HttpConnectionDispatcher.cs (3)
840
case HttpConnectionContext.
SetTransportState
.Success:
843
case HttpConnectionContext.
SetTransportState
.AlreadyActive:
851
case HttpConnectionContext.
SetTransportState
.CannotChange: