TCPListener

Represents a listening TCP socket.

Constructors

this
this(StreamListenSocketFD socket)
Undocumented in source.

Members

Functions

opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
stopListening
void stopListening()

Stops listening and closes the socket.

Properties

bindAddress
NetworkAddress bindAddress [@property getter]

The local address at which TCP connections are accepted.

Meta