Implements SIP "name-addr" value. Defined in RFC 3261.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_t_NameAddress
Public Class SIP_t_NameAddress
public ref class SIP_t_NameAddress
type SIP_t_NameAddress = class end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SIP_t_NameAddress()()()() |
Default constructor.
| |
SIP_t_NameAddress(String) |
Default constructor.
| |
SIP_t_NameAddress(String, AbsoluteUri) |
Default constructor.
| |
DisplayName |
Gets or sets display name.
| |
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.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (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.) | |
ToStringValue()()()() |
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
Copy | |
---|---|
RFC 3261 Syntax:
name-addr = [ display-name ] LAQUOT addr-spec RAQUOT
addr-spec = SIP-URI / SIPS-URI / absoluteURI |
Inheritance Hierarchy
Object | |
SIP_t_NameAddress |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119