Furcadia Framework For Third Party Programs
ProxySession Events |
[This is preliminary documentation and is subject to change.]
The ProxySession type exposes the following members.
Events
Name | Description | |
---|---|---|
ClientConnected | (Inherited from NetProxy.) | |
ClientData2 |
This is triggered when the Client sends data to the server.
Expects a return value.
(Overrides NetProxyClientData2.) | |
ClientDisconnected |
This is triggered when the Client Disconnects
(Inherited from NetProxy.) | |
ClientExited |
Occurs when the furcadia client exits.
(Inherited from NetProxy.) | |
ClientStatusChanged |
Track the Furcadia Client status
| |
Error |
This is triggered when a handled Exception is thrown.
(Inherited from NetProxy.) | |
ProcessServerChannelData |
Process Display Text and Channels
| |
ProcessServerInstruction | ||
ServerConnected | (Inherited from NetProxy.) | |
ServerData2 |
This is triggered when the Server sends data to the client.
Doesn't expect a return value.
(Overrides NetProxyServerData2.) | |
ServerDisconnected |
This is triggered when the Server Disconnects
(Inherited from NetProxy.) | |
ServerStatusChanged |
Track the Server Status
|
See Also