Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

one of our old project written in VB6 uses winsock control to receive events from the server.
It is a telecommunication server, when the call is coming it throws a event, my VB application catch that event and react based on that. like when ever the event(call,disconnect,hold..) occurs in the server it throws event.and the app catches that events,

In winsock it has start,stop,data_arrival..etc events.

I want to implement the same functionality in my asp.net c# applications. is there any control is there to keep on getting the event from the server?

kindly give your valuable suggestions.
Posted

1 solution

 
Share this answer
 

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