SocketIoClientDotNet 1.0.0.1-beta1

This is a prerelease version of SocketIoClientDotNet.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SocketIoClientDotNet --version 1.0.0.1-beta1
NuGet\Install-Package SocketIoClientDotNet -Version 1.0.0.1-beta1
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="SocketIoClientDotNet" Version="1.0.0.1-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SocketIoClientDotNet --version 1.0.0.1-beta1
#r "nuget: SocketIoClientDotNet, 1.0.0.1-beta1"
#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 SocketIoClientDotNet as a Cake Addin
#addin nuget:?package=SocketIoClientDotNet&version=1.0.0.1-beta1&prerelease

// Install SocketIoClientDotNet as a Cake Tool
#tool nuget:?package=SocketIoClientDotNet&version=1.0.0.1-beta1&prerelease

This is the Socket.IO Client Library for .NET.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  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 monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on SocketIoClientDotNet:

Package Downloads
UXDivers.GorillaPlayer.SDK The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Gorilla Player provides instant XAML preview for Xamarin Forms.

Beebotte.API.Client.Net

This Library allows real-time communication using Beebotte platform.

built.io.iOS

The built.io Xamarin SDK allows you to integrate the built.io application backend with your Xamarin powered mobile application. You can integrate built.io with your application by following these steps: 1. Add the following statement before your class definition: using BuiltSDK; 2. You are now ready to set up your application. Use the initialize static method for the `Built` class as follows: Built.App("application_api_key"); Congratulations! You're all set to use built.io. You can learn more about this at https://docs.built.io/quick-start or http://xamarinsdk.builtapp.io.

built.io.Android

The built.io Xamarin SDK allows you to integrate the built.io application backend with your Xamarin powered mobile application. You can integrate built.io with your application by following these steps: 1. Add the following statement before your class definition: using BuiltSDK; 2. You are now ready to set up your application. Use the initialize static method for the `Built` class as follows: Built.App("application_api_key"); Congratulations! You're all set to use built.io. You can learn more about this at https://docs.built.io/quick-start or http://xamarinsdk.builtapp.io.

Ambition.Core

a develop framework named assistant jane!

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on SocketIoClientDotNet:

Repository Stars
brianzhouzc/RocketBot
An automated Pokémon Go Bot
5andr0/PogoLocationFeeder
Json feed of pokemon location data
MatterHackers/MatterControl
3D printing software for Windows, Mac and Linux
Necrobot-Private/NecroBot
NecroBot2
SaviorXTanren/mixer-mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
Version Downloads Last updated
1.0.2-beta1 98,405 8/25/2017
1.0.0.1-beta1 1,567 7/20/2017
0.10.0-beta1 1,829 4/2/2017
0.9.13 297,605 1/3/2016
0.9.12 19,313 8/11/2015
0.9.11 3,182 6/30/2015
0.9.10 6,786 1/18/2015
0.9.9 1,638 1/16/2015
0.9.8 2,127 12/16/2014
0.9.7 2,033 12/10/2014
0.9.6 3,156 10/16/2014
0.9.5 1,794 10/7/2014
0.9.4 1,282 10/6/2014
0.9.3 1,320 10/4/2014
0.9.2 1,466 9/28/2014
0.9.1 1,360 9/28/2014
0.9.0 1,694 9/28/2014

Removed pcl and xamarin, added .NETStandard v1.3
Fixed Manager memory leak while reconnecting in .NET 4.5 #108
Fix Manager leak while reconnecting. (#107)