7 references to Aborted
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (7)
469
_responseProtocolState = ResponseProtocolState.
Aborted
;
622
if (_responseProtocolState == ResponseProtocolState.
Aborted
)
686
if (_responseProtocolState == ResponseProtocolState.
Aborted
)
769
case ResponseProtocolState.
Aborted
:
792
case ResponseProtocolState.
Aborted
:
878
case ResponseProtocolState.
Aborted
:
1025
if (_responseProtocolState == ResponseProtocolState.
Aborted
)