Click or drag to resize

NetProxy 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 NetProxy type exposes the following members.

Events
  NameDescription
Protected eventClientConnected
Occurs when [client connected].
Public eventClientData2
This is triggered when the Client sends data to the server. Expects a return value.
Protected eventClientDisconnected
This is triggered when the Client Disconnects
Protected eventClientExited
Occurs when the furcadia client exits.
Public eventError
This is triggered when a handled Exception is thrown.
(Inherited from ClientBase.)
Public eventServerConnected
Occurs when [server connected].
(Overrides ClientBaseServerConnected.)
Public eventServerData2
This is triggered when the Server sends data to the client. Doesn't expect a return value.
(Inherited from ClientBase.)
Public eventServerDisconnected
This is triggered when the Server Disconnects
(Overrides ClientBaseServerDisconnected.)
Top
See Also