LumiSoft Net Help
SIP_CanRegisterEventHandler Delegate
NamespacesLumiSoft.Net.SIP.ProxySIP_CanRegisterEventHandler
Represents the method that will handle the SIP_Registrar.CanRegister event.
Declaration Syntax
C#Visual BasicVisual C++F#
public delegate bool SIP_CanRegisterEventHandler(
	string userName,
	string address
)
Public Delegate Function SIP_CanRegisterEventHandler ( 
	userName As String,
	address As String
) As Boolean
public delegate bool SIP_CanRegisterEventHandler(
	String^ userName, 
	String^ address
)
type SIP_CanRegisterEventHandler = 
    delegate of 
        userName : string * 
        address : string -> bool
Parameters
userName (String)
Authenticated user name.
address (String)
Address to be registered.
Return Value
Boolean
Returns true if specified user can register specified address, otherwise false.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119