Click or drag to resize

aceHttpServerBasesessionControl Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Session component of the server [by default is not used] -- use it within Process(HttpListenerContext) override to check and retrive session data

Namespace:  imbACE.Network.internet.core
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public serverSessionControl sessionControl { get; }
Request Example View Source

Property Value

Type: serverSessionControl

Implements

IAceHttpServersessionControl
See Also