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