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