Click or drag to resize
AsteriskFastAGI Constructor (String, Int32, Int32)
Creates a new AsteriskFastAGI.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AsteriskFastAGI(
	string ipaddress,
	int port,
	int poolSize
)

Parameters

ipaddress
Type: SystemString
The address to listen on.
port
Type: SystemInt32
The port to listen on.
poolSize
Type: SystemInt32
The number of worker threads in the thread pool. This equals the maximum number of concurrent requests this AGIServer can serve.
See Also