Click or drag to resize

ServerChannelHandleInitialize Method

Called just after this channel connects to the NetSwitch server.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
protected virtual void HandleInitialize()
Remarks

This event occurs only once in the life cycle of a server channel.

This method is meant to be overridden by classes that extend ServerChannel. This default implementation does nothing.

See Also