Click or drag to resize

NetServerEventArgs Constructor (ConnectionPhase, ServerInstructionType)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Game Server Status Event Arguments

Namespace:  Furcadia.Net
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public NetServerEventArgs(
	ConnectionPhase phase,
	ServerInstructionType Instruction = ServerInstructionType.Unknown
)

Parameters

phase
Type: Furcadia.NetConnectionPhase
Server ConnectionPhase
Instruction (Optional)
Type: Furcadia.NetServerInstructionType
Game ServerInstructionType to client
See Also