SIP registration collection.
| C# | Visual Basic | Visual C++ | F# |
public class SIP_RegistrationCollection : IEnumerable
Public Class SIP_RegistrationCollection Implements IEnumerable
public ref class SIP_RegistrationCollection : IEnumerable
type SIP_RegistrationCollection = class interface IEnumerable end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIP_RegistrationCollection()()()() |
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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator()()()() |
Gets enumerator.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (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 expired registrations from the collection.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| Values |
Gets SIP registrations what in the collection.
|
| Object | |
| SIP_RegistrationCollection | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119