Provides data for the OnTimeout event.
For a list of all members of this type, see InternetServer.TimeoutEventArgs Members.
System.Object
System.EventArgs
SocketTools.InternetServer.TimeoutEventArgs
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
TimeoutEventArgs specifies the socket handle for the current client session.
The OnTimeout event occurs when a blocking operation, such as sending or receiving data on the socket, fails to complete before the specified timeout period elapses. The timeout period for a blocking operation can be adjusted by setting the Timeout property.
Namespace: SocketTools
Assembly: SocketTools.InternetServer (in SocketTools.InternetServer.dll)
InternetServer.TimeoutEventArgs Members | SocketTools Namespace | OnTimeout Event (SocketTools.InternetServer)