Info
Version: | 1.0.1 |
Author(s): | Peter Waher |
Last Update: | Friday, September 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PeterWaher/IoTGateway/tree/master/Runtime/Waher.Runtime.Temporary |
NuGet Url: | https://www.nuget.org/packages/Waher.Runtime.Temporary |
Install
Install-Package Waher.Runtime.Temporary
dotnet add package Waher.Runtime.Temporary
paket add Waher.Runtime.Temporary
Waher.Runtime.Temporary Download (Unzip the "nupkg" after downloading)
Dependencies
- Waher.Events(>= 1.0.12)
- NETStandard.Library(>= 1.6.1)
Tags
TemporaryFile encapsulates a temporary file, manages filename and makes sure to delete the file when done. A TemporaryStream maintains content in-memory if below a threshold size limit, and switches to a TemporaryFile when content crosses threshold.