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