Click or drag to resize
AsteriskFastAGI Class

[Missing <summary> documentation for "T:AsterNET.FastAGI.AsteriskFastAGI"]

Inheritance Hierarchy
SystemObject
  AsterNET.FastAGIAsteriskFastAGI

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AsteriskFastAGI

The AsteriskFastAGI type exposes the following members.

Constructors
  NameDescription
Public methodAsteriskFastAGI
Creates a new AsteriskFastAGI.
Public methodAsteriskFastAGI(String)
Creates a new AsteriskFastAGI.
Public methodAsteriskFastAGI(IMappingStrategy)
Creates a new AsteriskFastAGI.
Public methodAsteriskFastAGI(Int32, Int32)
Creates a new AsteriskFastAGI.
Public methodAsteriskFastAGI(String, Int32, Int32)
Creates a new AsteriskFastAGI.
Public methodAsteriskFastAGI(IMappingStrategy, String, Int32, Int32)
Initializes a new instance of the AsteriskFastAGI class
Public methodAsteriskFastAGI(String, Int32, Int32, Boolean, Boolean)
Initializes a new instance of the AsteriskFastAGI class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStart
Public methodStop
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldSC511_CAUSES_EXCEPTION
If set to true, causes the AGIChannel to throw an exception when a status code of 511 (Channel Dead) is returned. This is set to false by default to maintain backwards compatibility
Public fieldSCHANGUP_CAUSES_EXCEPTION
If set to true, causes the AGIChannel to throw an exception when return status is 0 and reply is HANGUP. This is set to false by default to maintain backwards compatibility
Top
Properties
  NameDescription
Public propertyBindPort
Sets the TCP port to listen on for new connections.
The default bind port is 4573.
Public propertyMappingStrategy
Sets the strategy to use for mapping AGIRequests to AGIScripts that serve them.
The default mapping is a MappingStrategy.
Public propertyPoolSize
Sets the number of worker threads in the thread pool.
This equals the maximum number of concurrent requests this AGIServer can serve.
The default pool size is 10.
Public propertySocketEncoding
Top
See Also