SocketTools .NET Edition

SocketWrench.AcceptEventArgs Class

Provides data for the OnAccept event.

For a list of all members of this type, see SocketWrench.AcceptEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.SocketWrench.AcceptEventArgs

[Visual Basic]
Public Class SocketWrench.AcceptEventArgs
    Inherits EventArgs
[C#]
public class SocketWrench.AcceptEventArgs : 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

AcceptEventArgs specifies the socket handle for the server that should accept the incoming client connection.

The OnAccept event occurs when a remote host attempts to establish a connection with the local system.

Requirements

Namespace: SocketTools

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

See Also

SocketWrench.AcceptEventArgs Members | SocketTools Namespace