| ManagerConnection Methods | 
The ManagerConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| BuildAction(ManagerAction) | ||
| BuildAction(ManagerAction, String) | ||
| connect | ||
| determineVersion | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetProtocolIdentifier | ||
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IsConnected |  Returns true if there is a socket connection to the
            asterisk server, false otherwise.
            
              | |
| Login | 
            Logs in to the Asterisk manager using asterisk's MD5 based
            challenge/response protocol. The login is delayed until the protocol
            identifier has been received by the reader.
              | |
| Login(Int32) | 
            Log in to the Asterisk manager using asterisk's MD5 based
            challenge/response protocol. The login is delayed until the protocol
            identifier has been received by the reader.
              | |
| Logoff | 
            Sends a LogoffAction and disconnects from the server.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RegisterUserEventClass | 
            Register User Event Class
              | |
| SendAction(ManagerAction) | 
            Send Action with default timeout.
              | |
| SendAction(ManagerAction, ResponseHandler) | ||
| SendAction(ManagerAction, Int32) | 
            Send action ans with timeout (milliseconds)
              | |
| SendEventGeneratingAction(ManagerActionEvent) | ||
| SendEventGeneratingAction(ManagerActionEvent, Int32) | ||
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |