 | 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)
Syntaxpublic DefaultContext(
ServerChannel channel
)
Public Sub New (
channel As ServerChannel
)
Parameters
- channel
- Type: OBCOM.NetSwitchLib.ServersServerChannel
The server channel that owns this DefaultContext.
Exceptions
See Also