Simple and lightweight networking (including RPC) for Universal Windows Platform apps.
Info
Version: | 1.0.2 |
Author(s): | Sven Erik Vinkemeier |
Last Update: | Thursday, February 25, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SvenEV/UWP-Networking-Essentials |
NuGet Url: | https://www.nuget.org/packages/UwpNetworkingEssentials |
Install
Install-Package UwpNetworkingEssentials
dotnet add package UwpNetworkingEssentials
paket add UwpNetworkingEssentials
UwpNetworkingEssentials Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.0.1)
- Newtonsoft.Json(>= 9.0.1)
- Nito.AsyncEx(>= 4.0.1)
- Rx-Core(>= 2.2.5)
- Rx-Linq(>= 2.2.5)
- System.Collections(>= 4.0.11)
- System.Diagnostics.Debug(>= 4.0.11)
- System.Dynamic.Runtime(>= 4.0.11)
- System.Linq(>= 4.1.0)
- System.Reflection(>= 4.1.0)
- System.Reflection.TypeExtensions(>= 4.1.0)
- System.Runtime(>= 4.1.0)
- System.Runtime.InteropServices(>= 4.1.0)
- System.Runtime.InteropServices.WindowsRuntime(>= 4.0.1)
- System.Runtime.WindowsRuntime(>= 4.0.11)
- System.Text.Encoding(>= 4.0.11)
- System.Threading(>= 4.0.11)
- System.Threading.Tasks(>= 4.0.11)
Tags