| ManagerConnectionLogin Method (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.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Login(
int timeout
)
Public Sub Login (
timeout As Integer
)
public:
void Login(
int timeout
)
member Login :
timeout : int -> unit
Parameters
- timeout
- Type: SystemInt32
Timeout in milliseconds to login.
See Also