Click or drag to resize

DefaultContext Constructor

Constructs a new DefaultContext instance.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public DefaultContext(
	ServerChannel channel
)

Parameters

channel
Type: OBCOM.NetSwitchLib.ServersServerChannel
The server channel that owns this DefaultContext.
Exceptions
ExceptionCondition
ArgumentNullExceptionchannel is null.
See Also