Rebex.WebSocket
1.0.6930
Rebex WebSocket is a multiplatform and simple-to-use WebSocket client library for C# and other .NET languages.
This is a stable beta version of a paid commercial product with a free 30-day trial:
- Trial mode: Start your free 30-day trial by generating your trial key at https://rebex.net/support/trial-key.aspx
- Licensed mode: Contact sales@rebex.net to purchase a license and get your full license key.
When the full license key is provided, NuGet.org repository can be used to retrieve new versions of Rebex components as long as your support contract is active.
Fully supported platforms:
- .NET Framework 4.0, 4.5.x, 4.6.x, 4.7.x
- .NET Framework 2.0 3.0, 3.5, 3.5 SP1
- .NET Core 1.1, 2.x (through .NET Standard 1.5)
- .NET Compact Framework 3.5 and 3.9 (not in the NuGet package, but available from https://rebex.net/)
- Xamarin.iOS
- Xamarin.Android
- Mono 3.x, 4.x, 5.x
Platforms with experimental support:
- Universal Windows Platform (Windows 10 Store, Windows 10 Mobile, Windows 10 IoT)
- Xamarin.Mac
See the version list below for details.
Install-Package Rebex.WebSocket -Version 1.0.6930
dotnet add package Rebex.WebSocket --version 1.0.6930
<PackageReference Include="Rebex.WebSocket" Version="1.0.6930" />
paket add Rebex.WebSocket --version 1.0.6930
Dependencies
-
.NETFramework 2.0
- Rebex.Common (= 2.5.6930)
- Rebex.Networking (= 3.5.6930)
-
.NETFramework 4.0
- Rebex.Common (= 2.5.6930)
- Rebex.Networking (= 3.5.6930)
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.1)
- Rebex.Common (= 2.5.6930)
- Rebex.Networking (= 3.5.6930)
-
MonoAndroid 4.0
- Rebex.Common (= 2.5.6930)
- Rebex.Networking (= 3.5.6930)
-
UAP 10.0
- Rebex.Common (= 2.5.6930)
- Rebex.Networking (= 3.5.6930)
-
Xamarin.iOS 1.0
- Rebex.Common (= 2.5.6930)
- Rebex.Networking (= 3.5.6930)
-
Xamarin.Mac 2.0
- Rebex.Common (= 2.5.6930)
- Rebex.Networking (= 3.5.6930)
GitHub Usage
This package is not used by any popular GitHub repositories.