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