AsyncSocket

Undocumented in source.

Constructors

this
this(AddressFamily af, SocketType type, ProtocolType protocol)
Undocumented in source.
this
this(AddressFamily af, SocketType type)
this(AddressFamily af, SocketType type, Dstring protocolName)
this()

ditto

Members

Functions

accepting
AsyncSocket accepting()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
event
void event(EventType events, RegisterEventCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

blocking
bool blocking [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
blocking
bool blocking [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta