NTDLS.StreamFraming 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package NTDLS.StreamFraming --version 1.0.2
NuGet\Install-Package NTDLS.StreamFraming -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NTDLS.StreamFraming" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NTDLS.StreamFraming --version 1.0.2
#r "nuget: NTDLS.StreamFraming, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NTDLS.StreamFraming as a Cake Addin
#addin nuget:?package=NTDLS.StreamFraming&version=1.0.2

// Install NTDLS.StreamFraming as a Cake Tool
#tool nuget:?package=NTDLS.StreamFraming&version=1.0.2

NTDLS.StreamFraming

Stream wrapper (typically TCPIP/NetworkStream) that enables reliable framing, compression, optional encryption and two way communication.

//Examples to come in future releases...
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NTDLS.StreamFraming:

Package Downloads
NTDLS.MemoryQueue

In memory non-persistent message queue with notifications/messages, query/reply support and several message boradcast schemes. Intended for inter-process-communication, queuing, load-balancing and buffering over TCP/IP.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.6 633 1/22/2024
1.2.5 140 1/4/2024
1.2.4 107 1/3/2024
1.2.3 141 12/27/2023
1.2.2 107 12/22/2023
1.2.1 221 11/15/2023
1.2.0 92 11/12/2023
1.1.0 116 11/10/2023
1.0.6 85 11/10/2023
1.0.5 125 11/8/2023
1.0.4 123 11/7/2023
1.0.3 85 11/6/2023
1.0.2 99 11/6/2023
1.0.1 93 11/6/2023
1.0.0 88 11/6/2023

Visibility framing extension methods.