Click or drag to resize

TestUnitOnSessionSetting Method

Event for setting and initialize a Web session or a Win session

Namespace:  SIC.Test.Helper
Assembly:  SIC.Test.Helper (in SIC.Test.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected virtual void OnSessionSetting()
Remarks
This method can overrides. The base puts an empty session token (base.OnSessionSetting(); SessionToken).
Examples
This example puts a Win Session
this.SessionSetting("...", "...");
This example puts a Web Session
SIC.Test.Helper.WebHost.Create();
See Also