LumiSoft Mail Server User API
SIP_ServerProxyCore.IsLocalDomainEventHandler Delegate
Namespaces > LumiSoft.Net.SIP > SIP_ServerProxyCore > IsLocalDomainEventHandler
Represents the method that will handle the SIP_Stack.IsLocalDomain event.
Syntax
C#Visual BasicManaged C++
public delegate bool IsLocalDomainEventHandler (
	string domain
)
Public Delegate Function IsLocalDomainEventHandler ( _
	domain As String _
) As Boolean
public delegate bool IsLocalDomainEventHandler (
	String^ domain
)
Parameters
domain (String)
Domain name.
Return Value
Returns true if local domain, otherwise false.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)