Represents the method that will handle the SIP_Registrar.CanRegister event.
Declaration Syntax
C# | Visual Basic | Visual 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
Return Value
Boolean
Returns true if specified user can register specified address, otherwise false.
Returns true if specified user can register specified address, otherwise false.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119