![]() |
VOOZH | about |
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" />
<PackageVersion Include="APSocket" Version="1.0.0.2" />Directory.Packages.props
<PackageReference Include="APSocket" />Project file
paket add APSocket --version 1.0.0.2
#r "nuget: APSocket, 1.0.0.2"
#:package APSocket@1.0.0.2
#addin nuget:?package=APSocket&version=1.0.0.2Install as a Cake Addin
#tool nuget:?package=APSocket&version=1.0.0.2Install as a Cake Tool
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package has no dependencies.
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 |
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)