Implements SIP "name-addr" value. Defined in RFC 3261.
| C# | Visual Basic | Managed C++ |
public class SIP_t_NameAddress
Public Class SIP_t_NameAddress
public ref class SIP_t_NameAddress
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| SIP_t_NameAddressNew() |
Default constructor.
| |
| DisplayName |
Gets or sets display name.
| |
| Equals(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() | (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, .... .
|
1RFC 3261 Syntax: 2 name-addr = [ display-name ] LAQUOT addr-spec RAQUOT 3 addr-spec = SIP-URI / SIPS-URI / absoluteURI
| Object | |
| SIP_t_NameAddress | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)