Click or drag to resize
ManagerConnection Methods

The ManagerConnection type exposes the following members.

Methods
  NameDescription
Public methodBuildAction(ManagerAction)
Public methodBuildAction(ManagerAction, String)
Protected methodconnect
Protected methoddetermineVersion
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 methodGetProtocolIdentifier
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConnected
Returns true if there is a socket connection to the asterisk server, false otherwise.
Public methodLogin
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.
Public methodLogin(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.
Public methodLogoff
Sends a LogoffAction and disconnects from the server.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterUserEventClass
Register User Event Class
Public methodSendAction(ManagerAction)
Send Action with default timeout.
Public methodSendAction(ManagerAction, ResponseHandler)
Public methodSendAction(ManagerAction, Int32)
Send action ans with timeout (milliseconds)
Public methodSendEventGeneratingAction(ManagerActionEvent)
Public methodSendEventGeneratingAction(ManagerActionEvent, Int32)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also