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)
589throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 624throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 640throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 651throw HttpProtocolException.CreateHttp3ConnectionException(Http3ErrorCode.StreamCreationError); 688stream.Abort(QuicAbortDirection.Read, (long)Http3ErrorCode.StreamCreationError);