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)
590
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
642
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
655
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
666
throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.
StreamCreationError
);
680
stream.Abort(QuicAbortDirection.Read, (long)Http3ErrorCode.
StreamCreationError
);