LumiSoft Mail Server User API
SIP_t_NameAddress Class
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_NameAddress
Implements SIP "name-addr" value. Defined in RFC 3261.
Syntax
C#Visual BasicManaged C++
public class SIP_t_NameAddress
Public Class SIP_t_NameAddress
public ref class SIP_t_NameAddress
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SIP_t_NameAddressNew()
Default constructor.
DisplayName
Gets or sets display name.
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
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.)
IsMailToUri
Gets if current URI is MAILTO uri.
IsSecureSipUri
Gets if current URI is SIPS uri.
IsSipOrSipsUri
Gets if current URI is sip or sips URI.
IsSipUri
Gets if current URI is SIP uri.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(String)
Parses "name-addr" or "addr-spec" from specified value.
Parse(StringReader)
Parses "name-addr" or "addr-spec" from specified reader.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
ToValue()
Converts this to valid name-addr or addr-spec string as needed.
Uri
Gets or sets URI. This can be SIP-URI / SIPS-URI / absoluteURI. Examples: sip:ivar@lumisoft.ee,sips:ivar@lumisoft.ee,mailto:ivar@lumisoft.ee, .... .
Remarks
1RFC 3261 Syntax:
2    name-addr = [ display-name ] LAQUOT addr-spec RAQUOT
3    addr-spec = SIP-URI / SIPS-URI / absoluteURI
Inheritance Hierarchy
Object
SIP_t_NameAddress

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