Click or drag to resize
HandlerElementRun Method
Runs the handler request handling flow.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void Run(
	Config monConfig,
	Stream s,
	TextWriter tw
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.
s
Type: System.IOStream
The Stream to write the output to (if the rendering mode ends up being Binary)
tw
Type: System.IOTextWriter
The TextWriter to write the output to (if the rendering mode ends up being Character)
Remarks
This method has the following algorithm:
    See Also