Represents the method that will handle the SIP_ProxyCore.AddressExists event.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public delegate bool SIP_AddressExistsEventHandler( string address )
Public Delegate Function SIP_AddressExistsEventHandler ( address As String ) As Boolean
public delegate bool SIP_AddressExistsEventHandler( String^ address )
type SIP_AddressExistsEventHandler = delegate of address : string -> bool
Parameters
- address (String)
- SIP address to check.
Return Value
Boolean
Returns true if specified address exists, otherwise false.
Returns true if specified address exists, otherwise false.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119