LumiSoft Mail Server User API
SIP_ServerProxyCore Class
Namespaces > LumiSoft.Net.SIP > SIP_ServerProxyCore
Implements SIP registrar,statefull and stateless proxy.
Syntax
C#Visual BasicManaged C++
public class SIP_ServerProxyCore : SIP_Core
Public Class SIP_ServerProxyCore _
	Inherits SIP_Core
public ref class SIP_ServerProxyCore : public SIP_Core
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SIP_ServerProxyCoreNew(SIP_Stack)
Default constructor.
AddressExists
This event is raised when SIP proxy needs to know if specified local server address exists.
AllowForking
Gets or sets if forking is allowed. This property applies for statefull proxy only. Forking means if there are multiple destination addresses, proxy will process them in parallel.
Authenticate
This event is raised when SIP proxy or registrar server needs to authenticate user.
CanRegister
This event is raised when SIP registrar need to check if specified user can register specified address.
DeleteRegistration(String)
Deletes specified registration and all it's contacts.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsLocalDomain
This event is raised when SIP proxy needs to know if specified domain is server local domain or remote domain.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnRequestReceived(SIP_RequestReceivedEventArgs)
This method is called when new request is received.
(Overrides SIP_Core.OnRequestReceived(SIP_RequestReceivedEventArgs).)
OnResponseReceived(SIP_ResponseReceivedEventArgs)
This method is called when new response is received.
(Overrides SIP_Core.OnResponseReceived(SIP_ResponseReceivedEventArgs).)
ProxyMode
Gets or sets proxy mode.
Registrations
Gets current SIP registrations.
SetRegistration(String, SIP_t_ContactParam[]())
Add or updates specified SIP registration info.
Stack
Gets owner SIP stack.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SIP_Core
 SIP_ServerProxyCore

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