Waher.Runtime.Temporary
1.0.0
Contains classes simplifying working with temporary in-memory and file streams. 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.
Install-Package Waher.Runtime.Temporary -Version 1.0.0
dotnet add package Waher.Runtime.Temporary --version 1.0.0
<PackageReference Include="Waher.Runtime.Temporary" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Waher.Runtime.Temporary --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Waher.Events (>= 1.0.12)
Used By
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Waher.Runtime.Temporary:
Package | Downloads |
---|---|
Waher.Content
Library that provides basic abstraction for Internet Content Type, and basic encodings and decodings. This includes handling and parsing of common data types, text, JSON, CSV, binary data and multi-part content, forms, etc.
|
|
Waher.IoTGateway
Defines the IoT Gateway runtime environment.
|
|
Waher.Networking.XMPP.UWP
Class library for communication using the XMPP protocol. Library contains both client-to-server and component-to-server communication classes. Classes can be extended freely by external modules.
|
|
Waher.Networking.HTTP.UWP
UWP class library providing a simple HTTP(S) server for publishing dynamic content and services, managing user authentication based on a customizable set of users and privileges. Supports the WebSocket protocol.
|
|
Waher.Networking.XMPP.P2P
Implements support for serverless XMPP messaging and SOCKS5 content transfer. It also provides support for End-to-End (E2E) encryption. Ciphers and algorithms supported include:
Curve25519
Curve 448
Edwards25519
Edwards448 (Goldilocks)
NIST P-192
NIST P-224
NIST P-256
NIST P-384
NIST P-521
ECDSA
EdDSA
ECDH
RSA
AES
ChaCha20
Poly1305
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 684 | 11/9/2020 |