6 references to StreamCreationError
System.Net.Http (6)
System\Net\Http\HttpProtocolException.cs (1)
91
Http3ErrorCode.
StreamCreationError
=> "H3_STREAM_CREATION_ERROR",
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (5)
589
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
624
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
640
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
651
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
688
stream.Abort(QuicAbortDirection.Read, (long)Http3ErrorCode.
StreamCreationError
);