Info
Version: | 1.0.0 |
Author(s): | ASikaria |
Last Update: | Sunday, September 24, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/asikaria/PipedMemoryStream |
NuGet Url: | https://www.nuget.org/packages/Widgeteer.PipedMemoryStream |
Install
Install-Package Widgeteer.PipedMemoryStream
dotnet add package Widgeteer.PipedMemoryStream
paket add Widgeteer.PipedMemoryStream
Widgeteer.PipedMemoryStream Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
socket or a pipe.
This can be used as a communication mechanism, and also as a mock mechanism for testing network
programs - thread(s) on one side write data and thread(s) on other side receive the data.
Whatever
is written on one end becomes available to read on the other end.
For details see the project site: https://github.com/asikaria/PipedMemoryStream.