.NET SocketAsyncEventArgs示例

SocketAsyncEventArgs

MSDN官方文档https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socketasynceventargs

 

How To Use the SocketAsyncEventArgs Class

https://www.codeproject.com/Articles/22918/How-To-Use-the-SocketAsyncEventArgs-Class

译文:如何使用SocketAsyncEventArgs类https://blog.csdn.net/hulihui/article/details/3244520

 

C# SocketAsyncEventArgs High Performance Socket Code

https://www.codeproject.com/articles/83102/c-socketasynceventargs-high-performance-socket-cod

C# SocketAsyncEventArgs 高性能Socket代码https://www.oschina.net/code/snippet_12_2224

------------------From Github.com----------------------

SocketAsyncEventArgsSample

https://github.com/tangxuehua/SocketAsyncEventArgsSample

  • goodoycg/IOCP-SocketAsyncEventArgs

    C#高性能大容量SOCKET并发完成端口例子(有C#客户端) 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEve…

    Updated on 26 Jun 2016

  • zhujunxxxxx/FastNetwork

    基于SocketAsyncEventArgs的一个高性能异步TCP网络库

    Updated on 12 Nov 2015

  • tangxuehua/SocketAsyncEventArgsSample

    A sample to use SocketAsyncEventArgs to build high performance tcp server and client.

    Updated on 14 Oct 2014

  • DerekMar/SocketAsyncEventArgsDemo

    .Net C# 实现高效能多并发TCPSocket通信的例子,包括官方例子

    Updated on 14 Mar 2018

  • prime167/SAEA

    A socket server and client example using SocketAsyncEventArgs

    socket csharp socketasynceventargs

    Updated on 19 Oct 2018

  • lengji22/AsyncSockets

    Client/Server Example of SocketAsyncEventArgs in C# .Net Core

    Updated on 4 Jul 2017

  • IKende/BeetleX

    high performance dotnet core socket tcp communication components, support TCP, SSL, HTTP, HTTPS, WebSocket, RPC, Redi…

    performance-dotnet ssl communication-components websocket pipe-streams tls socket tcp webserver https websocket-server socket-server http-server rpc-server rpc-framework non-blocking socketasynceventargs

    Updated 22 days ago

  • stasi009/FishSockets

    High performance F# socket library based on SocketAsyncEventArgs

    Updated on 6 Oct 2015

  • marklaygo/SocketAsyncEventArg

    SocketAsyncEventArg from msdn

    c-sharp socket example socketasynceventargs

    Updated on 9 Apr 2018

  • publicENEMY/SocketExamples

    Network programming example(echo server and client) that uses SocketAsyncEventArgs, c# and GUI for Wpf and Silverlight.

    Updated on 13 Mar 2014

  • ThaResources/SocketAsyncEventArgsLib

    SAEA system of Wichard made easier with events and stuff.

    Updated on 24 Jun 2016

  • jacoblusk/SAEA-HTTPD

    An HTTP Server using SocketAsyncEventArgs (Transfer-Encoding support still in the works)

    Updated on 6 Aug 2015

  • buhuiqizi/SocketAsyncEventArgsExample

    SocketAsyncEventArgs使用例子

    Updated on 23 Apr 2019

  • FRBoiling/SocketAsyncEventArgsDemo

    C# 学习SocketAsyncEventArgs

    Updated on 20 Sep 2019

  • qcyzj/QGS-Framework-cs

    基于SocketAsyncEventArgs的游戏服务器框架

    Updated on 25 Jul 2019

  • xtxk110/SokcetAsyncEvent

    基于SocketAsyncEventArgs事件的socket

    Updated on 29 Sep 2018

  • carrus/SocketAsyncEventArgs

    SocketAsyncEventArgs 的基本使用

    Updated on 22 Sep 2018

  • nicecodeclub/Nice.Network

    C# 基于SocketAsyncEventArgs网络类库

    Updated on 30 Jan 2018

  • Ysovuka/async-socket

    An Asynchronous Socket using the SocketAsyncEventArgs to communicate.

    Updated on 12 May 2017

  • theMINAD/SocketArgsLowAllocationLib

    High Performance and low allocation wrapper for SocketAsyncEventArgs.

    Updated on 3 Nov 2018

  • theMINAD/SocketArgsLowAllocationLib

    High Performance and low allocation wrapper for SocketAsyncEventArgs.

    Updated on 3 Nov 2018

  • l1352025/AsyncSocketServer

    A Socket Server/Client Test : SocketAsyncEventArgs , OnIOCompleted , UsertokenPool , BufferManager

    Updated on 10 Nov 2019

  • buhuiqizi/SocketAsyncEventArgsClient

    SocketAsyncEventArgsClient

    pdated on 23 Apr 2019

 

你可能感兴趣的:(知识荟萃)