Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Internet-Network
  • Category : Internet-Network
  • Tags :
  • Update : 2018-03-23
  • Size : 66kb
  • Downloaded :0次
  • Author :step.L
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
The asynchronous implementation of the C# TCP programming client and server. When you use it, you can build a new project, and then import it, you can use it.
Packet file list
(Preview for download)
FilenameSizeUpdate
TCP\NET.TCPClient.Async\AsyncTcpClient.cs 16530 2018-03-14
TCP\NET.TCPClient.Async\bin\Debug\NET.TCPClient.Async.dll 14336 2018-03-14
TCP\NET.TCPClient.Async\bin\Debug\NET.TCPClient.Async.pdb 38400 2018-03-14
TCP\NET.TCPClient.Async\NET.TCPClient.Async.csproj 2843 2017-10-10
TCP\NET.TCPClient.Async\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache 6575 2018-01-05
TCP\NET.TCPClient.Async\obj\Debug\NET.TCPClient.Async.csproj.FileListAbsolute.txt 2150 2018-03-14
TCP\NET.TCPClient.Async\obj\Debug\NET.TCPClient.Async.csprojResolveAssemblyReference.cache 1755 2018-03-14
TCP\NET.TCPClient.Async\obj\Debug\NET.TCPClient.Async.dll 14336 2018-03-14
TCP\NET.TCPClient.Async\obj\Debug\NET.TCPClient.Async.pdb 38400 2018-03-14
TCP\NET.TCPClient.Async\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0 2017-10-09
TCP\NET.TCPClient.Async\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0 2017-10-09
TCP\NET.TCPClient.Async\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0 2017-10-09
TCP\NET.TCPClient.Async\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache 6580 2018-01-31
TCP\NET.TCPClient.Async\obj\Release\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0 2017-12-20
TCP\NET.TCPClient.Async\obj\Release\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0 2017-12-20
TCP\NET.TCPClient.Async\obj\Release\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0 2017-12-20
TCP\NET.TCPClient.Async\Properties\AssemblyInfo.cs 1380 2017-10-09
TCP\NET.TCPClient.Async\TcpClientConnectedEventArgs.cs 870 2017-10-10
TCP\NET.TCPClient.Async\TcpClientDisconnectedEventArgs.cs 872 2017-10-10
TCP\NET.TCPClient.Async\TcpClientState.cs 1285 2017-10-10
TCP\NET.TCPClient.Async\TcpDatagramReceivedEventArgs.cs 797 2017-10-10
TCP\NET.TCPClient.Async\TcpServerConnectedEventArgs.cs 1114 2017-10-10
TCP\NET.TCPClient.Async\TcpServerDisconnectedEventArgs.cs 1087 2017-10-10
TCP\NET.TCPClient.Async\TcpServerExceptionOccurredEventArgs.cs 2061 2017-10-10
TCP\NET.TCPServer.Async\AsyncEventArgs.cs 1097 2017-08-03
TCP\NET.TCPServer.Async\AsyncTCPServer.cs 16759 2018-02-01
TCP\NET.TCPServer.Async\bin\Debug\NET.TCPServer.Async.dll 13824 2018-03-14
TCP\NET.TCPServer.Async\bin\Debug\NET.TCPServer.Async.pdb 26112 2018-03-14
TCP\NET.TCPServer.Async\NET.TCPServer.Async.csproj 2633 2018-02-01
TCP\NET.TCPServer.Async\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache 6575 2018-02-01
TCP\NET.TCPServer.Async\obj\Debug\NET.TCPServer.Async.csproj.FileListAbsolute.txt 2764 2018-03-14
TCP\NET.TCPServer.Async\obj\Debug\NET.TCPServer.Async.csprojResolveAssemblyReference.cache 1755 2018-03-14
TCP\NET.TCPServer.Async\obj\Debug\NET.TCPServer.Async.dll 13824 2018-03-14
TCP\NET.TCPServer.Async\obj\Debug\NET.TCPServer.Async.pdb 26112 2018-03-14
TCP\NET.TCPServer.Async\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0 2017-10-10
TCP\NET.TCPServer.Async\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0 2017-10-10
TCP\NET.TCPServer.Async\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0 2017-10-10
TCP\NET.TCPServer.Async\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache 6580 2018-02-02
TCP\NET.TCPServer.Async\obj\Release\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0 2017-12-20
TCP\NET.TCPServer.Async\obj\Release\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0 2017-12-20
TCP\NET.TCPServer.Async\obj\Release\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0 2017-12-20
TCP\NET.TCPServer.Async\Properties\AssemblyInfo.cs 1361 2017-08-04
TCP\NET.TCPServer.Async\TCPClientState.cs 1400 2017-08-04
TCP\NET.TCPClient.Async\obj\Debug\TempPE 0 2017-10-09
TCP\NET.TCPClient.Async\obj\Release\TempPE 0 2017-12-20
TCP\NET.TCPServer.Async\obj\Debug\TempPE 0 2017-08-03
TCP\NET.TCPServer.Async\obj\Release\TempPE 0 2017-12-20
TCP\NET.TCPClient.Async\bin\Debug 0 2018-03-22
TCP\NET.TCPClient.Async\bin\Release 0 2018-03-02
TCP\NET.TCPClient.Async\obj\Debug 0 2018-03-22
TCP\NET.TCPClient.Async\obj\Release 0 2018-03-22
TCP\NET.TCPServer.Async\bin\Debug 0 2018-03-22
TCP\NET.TCPServer.Async\bin\Release 0 2018-03-02
TCP\NET.TCPServer.Async\obj\Debug 0 2018-03-22
TCP\NET.TCPServer.Async\obj\Release 0 2018-03-22
TCP\NET.TCPClient.Async\bin 0 2018-03-22
TCP\NET.TCPClient.Async\obj 0 2018-03-22
TCP\NET.TCPClient.Async\Properties 0 2018-03-22
TCP\NET.TCPServer.Async\bin 0 2018-03-22
TCP\NET.TCPServer.Async\obj 0 2018-03-22
TCP\NET.TCPServer.Async\Properties 0 2018-03-22
TCP\NET.TCPClient.Async 0 2018-03-22
TCP\NET.TCPServer.Async 0 2018-03-22
TCP 0 2018-03-22
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.