Learn how to evaluate and integrate the VNC SDK
DirectTcpListener.Callback¶
-
class DirectTcpListener.Callback¶ Callback for filtering incoming TCP connections.
For more information, see
vnc_DirectTcpListener_Callbackin the C API documentation.
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Initializes a new Callback class instance. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
Handles the FilterConnection event.
By default, calls the |
Constructors¶
-
DirectTcpListener.Callback(DirectTcpListener.Callback.FilterConnectionType filterConnection = null)¶ Initializes a new Callback class instance.
For more information, see
vnc_DirectTcpListener_Callback()in the C API documentation.
Methods¶
-
Boolean
DirectTcpListener.Callback.OnFilterConnection(DirectTcpListener listener, String ipAddress, Int32 port)¶ Handles the FilterConnection event. By default, calls the
DirectTcpListener.Callback.FilterConnectiondelegate.