Implements SIP registration contact.
| C# | Visual Basic | Managed C++ |
public class SIP_RegistrationContact : IComparable
Public Class SIP_RegistrationContact _ Implements IComparable
public ref class SIP_RegistrationContact : IComparable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| SIP_RegistrationContactNew(SIP_t_ContactParam, Int32) |
Default constructor.
| |
| CompareTo(Object) |
Compares the current instance with another object of the same type.
| |
| Contact |
Gets SIP contact.
| |
| Equals(Object) | (Inherited from Object.) | |
| Expires |
Gets after how many seconds this contact expires. This is live calulated value, so it decreses every second.
| |
| 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.) | |
| IsExpired |
Gets if this contact is expired.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| QValue |
Gets qvalu. QValue is used for contacts sorting. Higer value means higher priority.
| |
| ToString() | (Inherited from Object.) | |
| ToStringValue() |
Returns this.Contact as string value, but expires parameter is replaced with remaining time value.
| |
| UpdateContact(SIP_t_ContactParam, Int32) |
Updates contact info.
|
| Object | |
| SIP_RegistrationContact | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)