1 write to _goAwayErrorCode
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1072
_goAwayErrorCode
= errorCode;
2 references to _goAwayErrorCode
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
408
if (
_goAwayErrorCode
is not null)
410
ThrowProtocolError(
_goAwayErrorCode
.Value, SR.net_http_http2_connection_close);