Win32TCPListener

Constructors

this
this(Win32EventDriver driver, SOCKET sock, NetworkAddress bind_addr, void delegate(TCPConnection conn) @(safe) conn_callback, TCPListenOptions options)
Undocumented in source.

Members

Functions

notifySocketEvent
void notifySocketEvent(SOCKET sock, WORD event, WORD error)
Undocumented in source. Be warned that the author may not have intended to support it.
socket
SOCKET socket()
Undocumented in source. Be warned that the author may not have intended to support it.
stopListening
void stopListening()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Inherited Members

From SocketEventHandler

socket
SOCKET socket()
Undocumented in source.
notifySocketEvent
void notifySocketEvent(SOCKET sock, WORD event, WORD error)
Undocumented in source.

Meta