2 references to RefusedStream
System.Net.Http (2)
System\Net\Http\HttpProtocolException.cs (1)
74Http2ProtocolErrorCode.RefusedStream => "REFUSED_STREAM",
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1062bool canRetry = protocolError == Http2ProtocolErrorCode.RefusedStream;