This class implements SIP registrar server. Defined in RFC 3261 10.3.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_Registrar
Public Class SIP_Registrar
public ref class SIP_Registrar
type SIP_Registrar = class end
Members
All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
AorRegistered |
This event is raised when new AOR(address of record) has been registered.
| |
AorUnregistered |
This event is raised when AOR(address of record) has been unregistered.
| |
AorUpdated |
This event is raised when AOR(address of record) has been updated.
| |
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) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRegistration(String) |
Gets specified registration. Returns null if no such registration.
| |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Proxy |
Gets owner proxy core.
| |
Registrations |
Gets current SIP registrations.
| |
SetRegistration(String, array<SIP_t_ContactParam>[]()[][]) |
Add or updates specified SIP registration info.
| |
SetRegistration(String, array<SIP_t_ContactParam>[]()[][], SIP_Flow) |
Add or updates specified SIP registration info.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SIP_Registrar |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119