Struct TCPListener
Represents a listening TCP socket.
struct TCPListener
;
Constructors
Name | Description |
---|---|
this
(socket)
|
Properties
Name | Type | Description |
---|---|---|
bindAddress [get]
|
NetworkAddress | The local address at which TCP connections are accepted. |
Methods
Name | Description |
---|---|
opCast
()
|
|
stopListening
()
|
Stops listening and closes the socket. |