Click or drag to resize
AGIScriptService Method

[Missing <summary> documentation for "M:AsterNET.FastAGI.AGIScript.Service(AsterNET.FastAGI.AGIRequest,AsterNET.FastAGI.AGIChannel)"]

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract void Service(
	AGIRequest param1,
	AGIChannel param2
)

Parameters

param1
Type: AsterNET.FastAGIAGIRequest

[Missing <param name="param1"/> documentation for "M:AsterNET.FastAGI.AGIScript.Service(AsterNET.FastAGI.AGIRequest,AsterNET.FastAGI.AGIChannel)"]

param2
Type: AsterNET.FastAGIAGIChannel

[Missing <param name="param2"/> documentation for "M:AsterNET.FastAGI.AGIScript.Service(AsterNET.FastAGI.AGIRequest,AsterNET.FastAGI.AGIChannel)"]

See Also