- 0
[C#] SocketAsyncEventArgs
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
#PyTorchDayFrance :: 7 May 2025 Paris, France :: co-located with the GOSIM AI Paris
By thedhubs,
- pyhton
- conference
- (and 2 more)
- 0 answers
- 1,065 views
-
#HPSFcon :: the conference high performance software :: May 5 – 8, 2025 Chicago, IL, USA
By thedhubs,
- conference
- linux
- (and 2 more)
- 0 answers
- 962 views
-
Microsoft introduces TypeScript 5.8: Explore the latest features and enhancements
By zikalify,
- microsoft
- typescript
- (and 4 more)
- 4 replies
- 0 views
-
Visual Studio Code 1.95 generates Python Docstring templates and more
By zikalify,
- microsoft
- visual studio code
- (and 3 more)
- 4 replies
- 5 views
-
- 0 replies
- 4 views
-
Question
SuperKid
Hey guys,
I want to write a nice simple send/receive multi-user high performance socket code and I found this "SocketAsyncEventArgs" and I googled around and it looks so damn confusing, I can't get my head around how I would implement something like that. Right now I know how to setup a listener, accept users then use Asynchronous BeginSend/BegnReceive ec in the standard Socket class but this just confuses me.
This is what Id like to use:
http://msdn.microsoft.com/en-us/library/system.net.sockets.socketasynceventargs.aspx
Anyone know where I can start with this?? Or maybe a simple examples to show how this is used?
Matt.
Link to comment
https://www.neowin.net/forum/topic/1035737-c-socketasynceventargs/Share on other sites
1 answer to this question
Recommended Posts