Click or drag to resize
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.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Login(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Timeout in milliseconds to login.
See Also