ACS.Messaging
2.0.2411.1
dotnet add package ACS.Messaging --version 2.0.2411.1
NuGet\Install-Package ACS.Messaging -Version 2.0.2411.1
<PackageReference Include="ACS.Messaging" Version="2.0.2411.1" />
<PackageVersion Include="ACS.Messaging" Version="2.0.2411.1" />
<PackageReference Include="ACS.Messaging" />
paket add ACS.Messaging --version 2.0.2411.1
#r "nuget: ACS.Messaging, 2.0.2411.1"
#:package ACS.Messaging@2.0.2411.1
#addin nuget:?package=ACS.Messaging&version=2.0.2411.1
#tool nuget:?package=ACS.Messaging&version=2.0.2411.1
ACS Messaging
The Advanced Computing Services Messaging library allows Client/Server Communications. Each instance can either be a Server or a Client and supports TLS1.2 encryption.
The Server now supports basic Access Control Rules with some further validation via a Challenge. Challenge needs to be less than 1KB - in most instances a GUID or something short will be used.
Getting Started
Basic sample code below, however, intellisense should provide details on usage. The sample projects also contain useful code for using some of the features.
Server Init:
// Init MessageServer Object
MessageServer MS = new MessageServer(int Port, bool IsSecure, X509Certificate Certificate);
// Attach event handlers to functions
MS.ConnectionAccepted += MS_ConnectionAccepted;
MS.ConnectionClosed += MS_ConnectionClosed;
MS.MessageReceived += MS_MessageReceived;
MS.Log += MS_Log;
Client Init:
// Init MessageClient Object
MessageClient MC = new MessageClient(string Server, int Port, bool IsSecure);
//Attach event handlers to functions
MC.ConnectionAccepted += MC_ConnectionAccepted;
MC.ConnectionClosed += MC_ConnectionClosed;
MC.ConnectionFailed += MC_ConnectionFailed;
MC.MessageReceived += MC_MessageReceived;
// Connect to Remote Host (Server)
MC.Connect();
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.0.2411.1 | 197 | 11/2/2024 |
2.0.2407.2 | 144 | 7/10/2024 |
2.0.2407.1 | 175 | 7/4/2024 |
2.0.2406.14 | 163 | 6/23/2024 |
2.0.2406.13 | 138 | 6/18/2024 |
2.0.2406.2 | 132 | 6/14/2024 |
2.0.2303.2 | 322 | 3/6/2023 |
2.0.2206.40 | 524 | 6/1/2022 |