Implements SIP-URI. Defined in 3261.
| C# | Visual Basic | Managed C++ |
public class SIP_Uri
Public Class SIP_Uri
public ref class SIP_Uri
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| 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.
| |
| Parse(String) |
Parses SIP_Uri from SIP-URI string.
| |
| Port |
Gets or sets host port. Value -1 means not specified.
| |
| ToString() | (Inherited from Object.) | |
| ToValue() |
Converts SIP_Uri to valid SIP-URI string.
| |
| User |
Gets or sets user name. Value null means not specified.
|
| Object | |
| SIP_Uri | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)