dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
AsyncSocket
dfl
socket
version
(!
DFL_NoSocket
)
class
AsyncSocket :
DflSocket
{
this
(
AddressFamily
af
,
SocketType
type
,
ProtocolType
protocol
)
;
this
(
AddressFamily
af
,
SocketType
type
)
;
this
(
AddressFamily
af
,
SocketType
type
,
Dstring
protocolName
)
;
this
()
;
void
event
(
EventType
events
,
RegisterEventCallback
callback
)
;
}
Constructors
this
this
(
AddressFamily
af
,
SocketType
type
,
ProtocolType
protocol
)
this
(
AddressFamily
af
,
SocketType
type
)
this
(
AddressFamily
af
,
SocketType
type
,
Dstring
protocolName
)
this
()
Members
Functions
event
void
event
(
EventType
events
,
RegisterEventCallback
callback
)
Meta
Source
See Implementation
dfl
socket
aliases
GetHostCallback
RegisterEventCallback
classes
AsyncSocket
AsyncTcpSocket
AsyncUdpSocket
GetHost
SocketQueue
enums
EventType
functions
asyncGetHostByAddr
asyncGetHostByName