Xejen.Communication.Socket
2025.3.14.1
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
dotnet add package Xejen.Communication.Socket --version 2025.3.14.1
NuGet\Install-Package Xejen.Communication.Socket -Version 2025.3.14.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="2025.3.14.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xejen.Communication.Socket" Version="2025.3.14.1" />
<PackageReference Include="Xejen.Communication.Socket" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xejen.Communication.Socket --version 2025.3.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xejen.Communication.Socket, 2025.3.14.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.
#:package Xejen.Communication.Socket@2025.3.14.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xejen.Communication.Socket&version=2025.3.14.1
#tool nuget:?package=Xejen.Communication.Socket&version=2025.3.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
提供Socket协议的基础抽象
| Product | Versions 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. net9.0 is compatible. 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 | 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.
-
.NETFramework 4.6.2
- Xejen.Communication (>= 2025.3.14.1)
- Xejen.Hosting (>= 2025.3.14.1)
-
.NETStandard 2.1
- Xejen.Communication (>= 2025.3.14.1)
- Xejen.Hosting (>= 2025.3.14.1)
-
net5.0
- Xejen.Communication (>= 2025.3.14.1)
- Xejen.Hosting (>= 2025.3.14.1)
-
net6.0
- Xejen.Communication (>= 2025.3.14.1)
- Xejen.Hosting (>= 2025.3.14.1)
-
net7.0
- Xejen.Communication (>= 2025.3.14.1)
- Xejen.Hosting (>= 2025.3.14.1)
-
net8.0
- Xejen.Communication (>= 2025.3.14.1)
- Xejen.Hosting (>= 2025.3.14.1)
-
net9.0
- Xejen.Communication (>= 2025.3.14.1)
- Xejen.Hosting (>= 2025.3.14.1)
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 |
|---|---|---|
| 2025.3.14.1 | 359 | 3/14/2025 |
| 2024.9.12.1 | 447 | 9/12/2024 |
| 2024.7.23.1 | 395 | 7/24/2024 |
| 2024.5.13.2 | 398 | 5/14/2024 |