Represents the method that will handle the SIP_ProxyCore.IsLocalUri event.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public delegate bool SIP_IsLocalUriEventHandler( string uri )
Public Delegate Function SIP_IsLocalUriEventHandler ( uri As String ) As Boolean
public delegate bool SIP_IsLocalUriEventHandler( String^ uri )
type SIP_IsLocalUriEventHandler = delegate of uri : string -> bool
Parameters
- uri (String)
- Request URI.
Return Value
Boolean
Returns true if server local URI, otherwise false.
Returns true if server local URI, otherwise false.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119