Represents an address that is used in SIP messages such as From or To.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public class SIPAddress
Public Class SIPAddress
public ref class SIPAddress
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SIPAddress()()()() | 
            Constructor for serialization.
             | 
|  | SIPAddress(String, String) | 
            Initializes a new instance of the SIPAddress class.
             | 
|  | SIPAddress(String, String, String) | 
            Initializes a new instance of the SIPAddress class.
             | 
|  | SIPAddress(AddrSpecType, String, String, String) | 
            Initializes a new instance of the SIPAddress class.
             | 
|  | AddOrUpdateParam(String, String) | |
|  | Address | 
            Gets or sets the address part of the SIP address.
             | 
|  | AddrSpecType | 
            Gets or sets the addr-spec-type of the address.
             | 
|  | Clone()()()() | |
|   | Create(String) | |
|  | DisplayName | 
            Gets or sets the display name part of the address.
             | 
|  | Equals(Object) | (Overrides Object.Equals(Object).) | 
|  | GetFormattedString()()()() | 
            Hogy ne a ToString() legyen, mert ki tudja mire irjuk at azt.
             | 
|  | GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | 
|  | GetParam(String) | |
|  | Host | 
            Gets or sets the host part of the address.
             | 
|  | Parameters | 
            Gets the extra parameters of the address.
             | 
|  | PartiallyEquals(SIPAddress) | 
            Checks only the username and address without the parameteres.
             | 
|  | Port | 
            Gets or sets the port part of the address.
             | 
|  | SetHostPort(String) | |
|  | ToString()()()() | (Overrides Object.ToString()()()().) | 
|  | UriScheme | 
            Gets or sets the URI scheme of the addr-spec-type.
             | 
|  | UserName | 
            Gets or sets the user part of the address.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SIPAddress | 
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290

