Info
| Version: | 2.1.0 | 
| Author(s): | Pasan Bhanu Guruge | 
| Last Update: | Tuesday, December 3, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/PasanBhanu/tcp-asynchronous-client/wiki | 
| NuGet Url: | https://www.nuget.org/packages/TCPAsynchronousClient | 
Install
Install-Package TCPAsynchronousClient
                        dotnet add package TCPAsynchronousClient
                        paket add TCPAsynchronousClient
                        
                                TCPAsynchronousClient Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    No dependencies. 
No dependencies. 
Tags
                
Send and Receive Data with TCP Server Asynchronously in C# Applications. This DLL is capable of,
- Read TCP Socket Asynchronously
- Write to TCP Socket
Asynchronous reads will pass to a custom function via a callback method.
You can setup your function to handle the return data and apply your logic.
Refer documentation or Github for a sample and guide.