SocketTools .NET Edition

InternetServer.TimeoutEventArgs Class

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

[Visual Basic]
Public Class InternetServer.TimeoutEventArgs
    Inherits EventArgs
[C#]
public class InternetServer.TimeoutEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetServer (in SocketTools.InternetServer.dll)

See Also

InternetServer.TimeoutEventArgs Members | SocketTools Namespace | OnTimeout Event (SocketTools.InternetServer)