Learn how to evaluate and integrate the VNC SDK
DirectTcpListener¶
-
class DirectTcpListener¶ Listener used to receive incoming TCP connections
For more information, see
vnc_DirectTcpListenerin the C API documentation.
Implements¶
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Begin listening for incoming TCP connections on the given port (IPv4 and IPv6). |
Method summary
| Modifier and Type | Method and Description |
|---|---|
void |
Destroys the TCP listener. |
Constructors¶
-
DirectTcpListener(Int32 port, String addressList, ConnectionHandler connectionHandler, DirectTcpListener.Callback callback)¶ Begin listening for incoming TCP connections on the given port (IPv4 and IPv6).
For more information, see
vnc_DirectTcpListener_create()in the C API documentation.
Methods¶
-
void
DirectTcpListener.Dispose()¶ Destroys the TCP listener.
For more information, see
vnc_DirectTcpListener_destroy()in the C API documentation.