6 references to StreamCreationError
System.Net.Http (6)
System\Net\Http\HttpProtocolException.cs (1)
91Http3ErrorCode.StreamCreationError => "H3_STREAM_CREATION_ERROR",
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (5)
590throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 642throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 655throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 666throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 680stream.Abort(QuicAbortDirection.Read, (long)Http3ErrorCode.StreamCreationError);