APSocket 1.0.0.2
dotnet add package APSocket --version 1.0.0.2
NuGet\Install-Package APSocket -Version 1.0.0.2
<PackageReference Include="APSocket" Version="1.0.0.2" />
paket add APSocket --version 1.0.0.2
#r "nuget: APSocket, 1.0.0.2"
// Install APSocket as a Cake Addin #addin nuget:?package=APSocket&version=1.0.0.2 // Install APSocket as a Cake Tool #tool nuget:?package=APSocket&version=1.0.0.2
APSocket.Net Is A Good Tool For Socket Progarming. With APSocket.Net You Can Listen, Recive, Send, Manage Clients Very Easy.
For More Info And Example Please Visit https://github.com/AlirezaP/APSocket.Net
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on APSocket:
Package | Downloads |
---|---|
DotNetPos
DotNetPos is an open source tool for transaction Message. DotNetPos Support Iso8583,Xml,Excel Format. For More Info And Example Please Visit https://github.com/AlirezaP/DotNetPos |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added LengthFirst Mode.
In This Mode Sends Method First Send File Size Then Send File.
CommunicationMode:
1- Messaging: this mode is for messageing Communication. End of each message should be OR .
(In client class Send(string message) method added automatically).
2- StreamFile: This mode is for Reciving a file streamly.
3- LengthFirst:This mode first Recive file size then Reciving file.
(In client class Send(byte[] data,bool firstLenght) do that automatically if firstlenght value be true)