SIP registration collection.
| C# | Visual Basic | Managed C++ |
public class SIP_RegistrationCollection : IEnumerable
Public Class SIP_RegistrationCollection _ Implements IEnumerable
public ref class SIP_RegistrationCollection : IEnumerable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| 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) | (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() | (Inherited from Object.) | |
| Values |
Gets SIP registrations what in the collection.
|
| Object | |
| SIP_RegistrationCollection | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)