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.

Members

Functions

opCall
void opCall(SocketEventArgs!T e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta