NetProxy Events |
[This is preliminary documentation and is subject to change.]
The NetProxy type exposes the following members.
Name | Description | |
---|---|---|
ClientConnected |
Occurs when [client connected].
| |
ClientData2 |
This is triggered when the Client sends data to the server.
Expects a return value.
| |
ClientDisconnected |
This is triggered when the Client Disconnects
| |
ClientExited |
Occurs when the furcadia client exits.
| |
Error |
This is triggered when a handled Exception is thrown.
(Inherited from ClientBase.) | |
ServerConnected |
Occurs when [server connected].
(Overrides ClientBaseServerConnected.) | |
ServerData2 |
This is triggered when the Server sends data to the client.
Doesn't expect a return value.
(Inherited from ClientBase.) | |
ServerDisconnected |
This is triggered when the Server Disconnects
(Overrides ClientBaseServerDisconnected.) |