Represents the method that will handle the SIP_Stack.CanRegister event.

Syntax
| C# | Visual Basic | Managed C++ |
public delegate bool CanRegisterEventHandler (
string userName,
string address
)
Public Delegate Function CanRegisterEventHandler ( _
userName As String, _
address As String _
) As Boolean
public delegate bool CanRegisterEventHandler (
String^ userName,
String^ address
)

Parameters
- userName (String)
- Authenticated user name.
- address (String)
- Address to be registered.

Return Value
Returns true if specified user can register specified address, otherwise false.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)