Do the SocketTools .NET Edition components support events?
Yes, the SocketTools .NET components support events to notify the application when certain actions are taken or a network event occurs. There are two general types of events that are supported by SocketTools .NET. The first are network events that occur when an asynchronous connection is established with the remote host. Examples of these types of events are OnConnect, OnRead and OnDisconnect. The second type of events that occur are those which are generated when an action is in progress or completes. Examples of these types of events are OnProgress, OnCancel and OnTimeout.