LumiSoft Net Help
SIP_RegistrationBinding Class
NamespacesLumiSoft.Net.SIP.ProxySIP_RegistrationBinding
This class represents SIP registrar registration binding entry. Defined in RFC 3261 10.3.
Declaration Syntax
C#Visual BasicVisual C++F#
public class SIP_RegistrationBinding : IComparable
Public Class SIP_RegistrationBinding
	Implements IComparable
public ref class SIP_RegistrationBinding : IComparable
type SIP_RegistrationBinding =  
    class
        interface IComparable
    end
Members
All MembersMethodsProperties



IconMemberDescription
CallID
Gets Call-ID header field value which added this binding.

CompareTo(Object)
Compares the current instance with another object of the same type.

ContactURI
Gets contact URI what can be used to contact the registration.

CSeqNo
Gets CSeq header field sequence number value which added this binding.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
Flow
Gets data flow what added this binding. This value is null if binding was not added through network or flow has disposed.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsExpired
Gets if binding has expired.

LastUpdate
Gets the last time when the binding was updated.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
QValue
Gets binding priority. Higher value means greater priority.

Remove()()()()
Removes this binding from the registration.

ToContactValue()()()()
Converts ContactUri to valid Contact header value.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
TTL
Gets how many seconds binding has time to live. This is live calulated value, so it decreases every second.

Update(SIP_Flow, Int32, Double, String, Int32)
Updates specified binding.

Inheritance Hierarchy
Object
SIP_RegistrationBinding

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119