ProxySession Events

FFF3PP

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
  NameDescription
Protected eventClientConnected (Inherited from NetProxy.)
Public eventClientData2
This is triggered when the Client sends data to the server. Expects a return value.
(Overrides NetProxyClientData2.)
Protected eventClientDisconnected
This is triggered when the Client Disconnects
(Inherited from NetProxy.)
Protected eventClientExited
Occurs when the furcadia client exits.
(Inherited from NetProxy.)
Public eventClientStatusChanged
Track the Furcadia Client status
Public eventError
This is triggered when a handled Exception is thrown.
(Inherited from NetProxy.)
Public eventProcessServerChannelData
Process Display Text and Channels
Public eventProcessServerInstruction
Public eventServerConnected (Inherited from NetProxy.)
Public eventServerData2
This is triggered when the Server sends data to the client. Doesn't expect a return value.
(Overrides NetProxyServerData2.)
Public eventServerDisconnected
This is triggered when the Server Disconnects
(Inherited from NetProxy.)
Public eventServerStatusChanged
Track the Server Status
Top
See Also