Click or drag to resize
AsteriskFastAGI Constructor (String, Int32, Int32, Boolean, Boolean)
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(
	string ipaddress = "0.0.0.0",
	int port = 4573,
	int poolSize = 10,
	bool sc511_CausesException = false,
	bool scHangUp_CausesException = false
)

Parameters

ipaddress (Optional)
Type: SystemString

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

port (Optional)
Type: SystemInt32

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

poolSize (Optional)
Type: SystemInt32

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

sc511_CausesException (Optional)
Type: SystemBoolean

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

scHangUp_CausesException (Optional)
Type: SystemBoolean

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

See Also