WaveServer MakeContext Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Factory method that makes new WorkContext instances. Override to make a WorkContext-derivative

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual WorkContext MakeContext(
	HttpListenerContext listenerContext
)

Return Value

Type: WorkContext
See Also