Orthogonal.LiteComms 1.0.5

dotnet add package Orthogonal.LiteComms --version 1.0.5
NuGet\Install-Package Orthogonal.LiteComms -Version 1.0.5
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="Orthogonal.LiteComms" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orthogonal.LiteComms --version 1.0.5
#r "nuget: Orthogonal.LiteComms, 1.0.5"
#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 Orthogonal.LiteComms as a Cake Addin
#addin nuget:?package=Orthogonal.LiteComms&version=1.0.5

// Install Orthogonal.LiteComms as a Cake Tool
#tool nuget:?package=Orthogonal.LiteComms&version=1.0.5

The LiteComms library contains two lightweight classes that allows client-server communication, either on the same machine or between different machines on a local area network. The library is intended to be as simple to use as possible and to have a tiny runtime footprint. The client and server classes communicate using a very simple protocol implemented as a single server method that takes a string request and returns a string response. Although this protocol is simple, applications are free to exchange strings between the client and server in any convenient or suitable format they choose. Exchanging strings of XML for example is an easy way to create an extensible general purpose contract between client and server. The LiteComms library is intended for use where network communications between application components must be implemented simply and easily, with no configuration and no complicated dependencies. The library internally uses a tcp Remoting channel for communication.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 804 1/29/2019

Update package icon Url. Update WPF project to Framework 4.6.2. No code changes.