Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am receiving client on my OnReceive delegate of BeginReceive event but after some time I wanted to receive all messages of client in other delegate(Method) of BeginReceive in asynchronous Sokcet programming in C#.Net.
I have created one class and create new OnReceive delegate but I am receiving some message in old OnReceive and some in new OnReceive.
Please help me how to handle this.
Thanks in advance.
Posted
Updated 18-Dec-13 23:11pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900