NextGenSoftware.WebSocket
1.1.5
See the version list below for details.
dotnet add package NextGenSoftware.WebSocket --version 1.1.5
NuGet\Install-Package NextGenSoftware.WebSocket -Version 1.1.5
<PackageReference Include="NextGenSoftware.WebSocket" Version="1.1.5" />
paket add NextGenSoftware.WebSocket --version 1.1.5
#r "nuget: NextGenSoftware.WebSocket, 1.1.5"
// Install NextGenSoftware.WebSocket as a Cake Addin #addin nuget:?package=NextGenSoftware.WebSocket&version=1.1.5 // Install NextGenSoftware.WebSocket as a Cake Tool #tool nuget:?package=NextGenSoftware.WebSocket&version=1.1.5
NextGen Software WebSocket
WebSocket Code Has Migrated
This code was migrated from the main OASIS API/STAR Metaverse/HoloNET/.NET HDK code found here: https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK
This library is used for other NextGen Software libraries/products such as HoloNET (world's first .NET & Unity client for Holochain), which can be found below: https://github.com/NextGenSoftwareUK/holochain-client-csharp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- NextGenSoftware.Logging (>= 1.1.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NextGenSoftware.WebSocket:
Package | Downloads |
---|---|
NextGenSoftware.Holochain.HoloNET.Client.Embedded
The world's first .NET & Unity client for Holochain. This version comes with the Holochain binaries built in. |
|
NextGenSoftware.Holochain.HoloNET.Client
The world's first .NET & Unity client for Holochain. |
|
NextGenSoftware.OASIS.API.Providers.OrionProtocolOASIS
WEB4 OASIS API Orion Protocol OASIS Provider is one of the many WEB2/WEB3 providers that plug in and integtate into the OASIS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Removed DataReceivedEventArgs paremeter constructor in NextGenSoftware.WebSocket.
- Added IsError & Message to CallBackBaseEventArgs in NextGenSoftware.WebSocket.
- Added new CallBackWithDataBaseEventArgs to NextGenSoftware.WebSocket.
- CallBackBaseEventArgsWithId now extends from CallBackWithDataBaseEventArgs instead of CallBackBaseEventArgs in NextGenSoftware.WebSocket.
- Removed CallBackBaseEventArgsWithId parameter constructor in NextGenSoftware.WebSocket.