Xejen.Communication.Socket 2024.9.12.1

dotnet add package Xejen.Communication.Socket --version 2024.9.12.1                
NuGet\Install-Package Xejen.Communication.Socket -Version 2024.9.12.1                
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="Xejen.Communication.Socket" Version="2024.9.12.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xejen.Communication.Socket --version 2024.9.12.1                
#r "nuget: Xejen.Communication.Socket, 2024.9.12.1"                
#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 Xejen.Communication.Socket as a Cake Addin
#addin nuget:?package=Xejen.Communication.Socket&version=2024.9.12.1

// Install Xejen.Communication.Socket as a Cake Tool
#tool nuget:?package=Xejen.Communication.Socket&version=2024.9.12.1                

提供Socket协议的基础抽象

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 is compatible.  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 is compatible.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net462 is compatible.  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 tizen60 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 (4)

Showing the top 4 NuGet packages that depend on Xejen.Communication.Socket:

Package Downloads
Xejen.Communication.Socket.Sync

提供Socket访问,技术上使用 Socket 的同步阻塞模式,即 Socket.Send 和 Socket.Receive 方法。这种方式会在发送或接收数据时阻塞当前线程,直到操作完成。

Xejen.Communication.Socket.Tcp

提供Socket访问,技术上使用高级别的 TcpClient 和 TcpListener 类,它们封装了底层的 Socket 操作,提供更简单的接口。

Xejen.Communication.Socket.Event

提供Socket访问,技术上使用 SocketAsyncEventArgs:这是一种高效的异步模式,适用于大量并发连接。

Xejen.Communication.Socket.Async

提供Socket访问,技术上使用 Socket 的异步方法,如 Socket.SendAsync 和 Socket.ReceiveAsync。这种方式可以提高程序的并发性,允许在数据发送或接收时执行其他操作。 本项目不支持.net framework。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.9.12.1 248 9/12/2024
2024.7.23.1 201 7/24/2024
2024.5.13.2 214 5/14/2024