rda.SocketsForPCL
1.1.2
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package rda.SocketsForPCL --version 1.1.2
NuGet\Install-Package rda.SocketsForPCL -Version 1.1.2
<PackageReference Include="rda.SocketsForPCL" Version="1.1.2" />
paket add rda.SocketsForPCL --version 1.1.2
#r "nuget: rda.SocketsForPCL, 1.1.2"
// Install rda.SocketsForPCL as a Cake Addin #addin nuget:?package=rda.SocketsForPCL&version=1.1.2 // Install rda.SocketsForPCL as a Cake Tool #tool nuget:?package=rda.SocketsForPCL&version=1.1.2
Cross-platform socket API for Xamarin iOS/Android/Forms, Windows Phone 8/8.1, Windows Store and Windows Desktop. Includes support for TCP and UDP listeners and clients, as well as UDP multicast.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win8 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
This package has no dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on rda.SocketsForPCL:
Package | Downloads |
---|---|
bscheiman.Common.Aspnet
Useful extensions/tools/utils I keep using all over the place. Hit me up (@bscheiman) if you need help. |
|
Quickblox.Sdk
Cross-platform Quciblox Sdk for Xamarin iOS/Android/Forms, Xamarin.Mac/MonoMac, Windows Phone 8/8.1, Windows Store and Windows Desktop. |
|
DeviceDrive.SDK
Supports the DeviceDrive SDKs for iOS/Android in Xamarin |
|
Realtime.Xamarin
Part of the The Realtime Framework, Realtime Cloud Messaging (aka ORTC) is a secure, fast and highly scalable cloud-hosted Pub/Sub real-time message broker for web and mobile apps. If your website or mobile app has data that needs to be updated in the user's interface as it changes (e.g. real-time stock quotes or ever changing social news feed) Realtime Cloud Messaging is the reliable, easy, unbelievably fast, "works everywhere" solution. |
|
WebSocket.Portable.Core
PCL Profile259 Websocket client. Perfect for Xamarin Forms Portable Class Library applications. Utilize's sockets-for-pcl. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on rda.SocketsForPCL:
Repository | Stars |
---|---|
xamarin/urho-samples
Samples for the Urho bindings
|
|
rdavisau/sockets-for-pcl
Cross-platform socket API for Xamarin iOS/Android/Forms, Xamarin.Mac/MonoMac, Windows Phone 8/8.1, Windows Store and Windows Desktop.
|
Version | Downloads | Last updated |
---|---|---|
2.0.2 | 193,215 | 8/22/2016 |
2.0.1-pre | 1,762 | 6/6/2016 |
2.0.0-pre2 | 1,852 | 1/15/2016 |
2.0.0-pre1 | 1,669 | 1/15/2016 |
1.2.2 | 167,034 | 7/27/2015 |
1.2.1 | 3,314 | 6/10/2015 |
1.2.0 | 2,386 | 5/19/2015 |
1.1.8 | 5,281 | 4/20/2015 |
1.1.7 | 1,992 | 4/12/2015 |
1.1.6 | 1,988 | 4/12/2015 |
1.1.5 | 6,350 | 3/11/2015 |
1.1.4 | 3,751 | 2/9/2015 |
1.1.4-pre | 1,715 | 2/8/2015 |
1.1.3 | 2,000 | 2/6/2015 |
1.1.2 | 1,815 | 2/6/2015 |
1.1.1 | 2,241 | 1/29/2015 |
1.1.0 | 1,944 | 1/27/2015 |
1.0.0.1 | 2,629 | 1/4/2015 |
1.0.0 | 4,038 | 1/3/2015 |
1.1.2 (2015-02-06)
Bugfixes:
- The backing `UdpClient` instances for the .NET UdpSocket* classes now have the `EnableBroadcast` property set to true. This should prevent `Access Denied` exceptions from occuring when attempting to send data to a broadcast address.
1.1.1 (2015-01-30)
Other:
- Fixed an error in the .nuspec that resulted in `Sockets.Plugin.Abstractions` not being available under Windows Desktop.
1.1.0 (2015-01-27)
Features:
- Added `CommsInterface` class that abstracts over native network interface representations. Use `GetAllInterfacesAsync` to retrieve the available interfaces.
- Added optional parameter to listen methods that allows a specific `CommsInterface` to be bound. Ignored on WP8.0.
Other:
- Now with `ERR DIV BY ZERO`% more SemVer.