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)
824
case HttpConnectionContext.
SetTransportState
.Success:
827
case HttpConnectionContext.
SetTransportState
.AlreadyActive:
835
case HttpConnectionContext.
SetTransportState
.CannotChange: