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



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()
Returns a String that represents the current Object.
(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.
Inheritance Hierarchy
Object
SIP_RegistrationContact

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