3 references to CreateHttp3StreamException
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
288HttpProtocolException rejectedException = HttpProtocolException.CreateHttp3StreamException(code, ex); 293Exception innerException = _connection.AbortException ?? HttpProtocolException.CreateHttp3StreamException(code, ex); 1302throw HttpProtocolException.CreateHttp3StreamException((Http3ErrorCode)e.ApplicationErrorCode.Value, e);