LumiSoft Mail Server User API
SIP_RegistrationCollection Class
Namespaces > LumiSoft.Net.SIP > SIP_RegistrationCollection
SIP registration collection.
Syntax
C#Visual BasicManaged C++
public class SIP_RegistrationCollection : IEnumerable
Public Class SIP_RegistrationCollection _
	Implements IEnumerable
public ref class SIP_RegistrationCollection : IEnumerable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SIP_RegistrationCollectionNew()
Default constructor.
Add(SIP_Registration)
Adds specified registration to collection.
Contains(String)
Gets if registration with specified name already exists.
Count
Gets number of registrations in the collection.
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.)
GetEnumerator()
Gets enumerator.
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.)
Item(String)
Gets registration with specified registration name. Returns null if specified registration doesn't exist.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(String)
Deletes specified registration and all it's contacts.
RemoveExpired()
Removes all expires registration from the collection.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Values
Gets SIP registrations what in the collection.
Inheritance Hierarchy
Object
SIP_RegistrationCollection

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