ObjectTransport 1.1.3
dotnet add package ObjectTransport --version 1.1.3
NuGet\Install-Package ObjectTransport -Version 1.1.3
<PackageReference Include="ObjectTransport" Version="1.1.3" />
paket add ObjectTransport --version 1.1.3
#r "nuget: ObjectTransport, 1.1.3"
// Install ObjectTransport as a Cake Addin #addin nuget:?package=ObjectTransport&version=1.1.3 // Install ObjectTransport as a Cake Tool #tool nuget:?package=ObjectTransport&version=1.1.3
A simple lightweight library that allows you to send and receive Objects over TCP or UDP. This assembly contains the project interfaces as well as abstract implementations. You must install the implementations to use this framework.
Please see the following link for more information about installing ObjectTransport:
https://github.com/RhynoVDS/ObjectTransport/wiki/Installation
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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 is compatible. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. 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. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
- System.Threading.Thread (>= 4.3.0)
- System.ValueTuple (>= 4.4.0)
-
.NETFramework 4.6
- System.Threading.Thread (>= 4.3.0)
- System.ValueTuple (>= 4.4.0)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- System.Threading.Thread (>= 4.3.0)
- System.ValueTuple (>= 4.4.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ObjectTransport:
Package | Downloads |
---|---|
ObjectTransport.TCP
This package contains the TCP network channel implementation for the ObjectTransport framework. This package allows you to send and receive objects over TCP. Please see the following link for more information about installing ObjectTransport: https://github.com/RhynoVDS/ObjectTransport/wiki/Installation |
|
ObjectTransport.UDP
This package contains the UDP network channel implementation for the ObjectTransport framework. This package allows you to send and receive objects over UDP. Please see the following link for more information about installing ObjectTransport: https://github.com/RhynoVDS/ObjectTransport/wiki/Installation |
|
ObjectTransport.JSON
This package contains the JSON serialization implementation for the ObjectTransport framework. Please see the following link for more information about installing ObjectTransport: https://github.com/RhynoVDS/ObjectTransport/wiki/Installation |
|
ObjectTransport.Protobuf
This package contains the Protobuf serialization implementation for the ObjectTransport framework. Please see the following link for more information about installing ObjectTransport: https://github.com/RhynoVDS/ObjectTransport/wiki/Installation |
GitHub repositories
This package is not used by any popular GitHub repositories.
This release introduces the DisconnectClient function which allows you to disconnect a connected client.