Click or drag to resize
AsteriskFastAGI Constructor (IMappingStrategy, String, Int32, Int32)
Initializes a new instance of the AsteriskFastAGI class

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

Parameters

mappingStrategy
Type: AsterNET.FastAGIIMappingStrategy

[Missing <param name="mappingStrategy"/> documentation for "M:AsterNET.FastAGI.AsteriskFastAGI.#ctor(AsterNET.FastAGI.IMappingStrategy,System.String,System.Int32,System.Int32)"]

ipaddress
Type: SystemString

[Missing <param name="ipaddress"/> documentation for "M:AsterNET.FastAGI.AsteriskFastAGI.#ctor(AsterNET.FastAGI.IMappingStrategy,System.String,System.Int32,System.Int32)"]

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:AsterNET.FastAGI.AsteriskFastAGI.#ctor(AsterNET.FastAGI.IMappingStrategy,System.String,System.Int32,System.Int32)"]

poolSize
Type: SystemInt32

[Missing <param name="poolSize"/> documentation for "M:AsterNET.FastAGI.AsteriskFastAGI.#ctor(AsterNET.FastAGI.IMappingStrategy,System.String,System.Int32,System.Int32)"]

See Also