LumiSoft Mail Server User API
SIP_Uri Class
Namespaces > LumiSoft.Net.SIP > SIP_Uri
Implements SIP-URI. Defined in 3261.
Syntax
C#Visual BasicManaged C++
public class SIP_Uri
Public Class SIP_Uri
public ref class SIP_Uri
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SIP_UriNew()
Default constructor.
Address
Gets address from SIP URI. Examples: ivar@lumisoft.ee,ivar@195.222.10.1.
Equals(Object)
Compares the current instance with another object of the same type.
(Overrides Object.Equals(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()
Returns the hash code.
(Overrides Object.GetHashCode().)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
Header
Gets or sets header.
Host
Gets or sets host name or IP.
HostPort
Gets host with optional port. If port specified returns Host:Port, otherwise Host.
IsSecure
Gets or sets secure SIP. If true then sips: uri, otherwise sip: uri.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parameters
Gets URI parameters.
static memberParse(String)
Parses SIP_Uri from SIP-URI string.
Port
Gets or sets host port. Value -1 means not specified.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
ToValue()
Converts SIP_Uri to valid SIP-URI string.
User
Gets or sets user name. Value null means not specified.
Inheritance Hierarchy
Object
SIP_Uri

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