SocketTools .NET Edition

InternetServer.AcceptEventArgs Class

Provides data for the OnAccept event.

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

System.Object
   System.EventArgs
      SocketTools.InternetServer.AcceptEventArgs

[Visual Basic]
Public Class InternetServer.AcceptEventArgs
    Inherits EventArgs
[C#]
public class InternetServer.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.InternetServer (in SocketTools.InternetServer.dll)

See Also

InternetServer.AcceptEventArgs Members | SocketTools Namespace | OnAccept Event (SocketTools.InternetServer)