Events_T_Furcadia_Net_Proxy_ProxySession - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ProxySession Events

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

The ProxySession type exposes the following members.

Events

 

Name Description
Protected event ClientConnected (Inherited from NetProxy.)
Public event ClientData2 This is triggered when the Client sends data to the server. Expects a return value. (Overrides NetProxy.ClientData2.)
Protected event ClientDisconnected This is triggered when the Client Disconnects (Inherited from NetProxy.)
Protected event ClientExited Occurs when the furcadia client exits. (Inherited from NetProxy.)
Public event ClientStatusChanged Track the Furcadia Client status
Public event Error This is triggered when a handled Exception is thrown. (Inherited from NetProxy.)
Public event ProcessServerChannelData Process Display Text and Channels
Public event ProcessServerInstruction
Public event ServerConnected (Inherited from NetProxy.)
Public event ServerData2 This is triggered when the Server sends data to the client. Doesn't expect a return value. (Overrides NetProxy.ServerData2.)
Public event ServerDisconnected This is triggered when the Server Disconnects (Inherited from NetProxy.)
Public event ServerStatusChanged Track the Server Status
  Back to Top

See Also

Reference

ProxySession Class
Furcadia.Net.Proxy Namespace

⚠️ **GitHub.com Fallback** ⚠️