SocketEvent

Represents a socket event.

Constructors

this
this(void function(SocketEventArgs!T) f)

Creates a new socket event based on a function pointer.

this
this(void delegate(SocketEventArgs!T) d)

Creates a new socket event based on a delegate.

Meta