SIPAddress Class |
Namespace: Ozeki.VoIP
The SIPAddress type exposes the following members.
Name | 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.
|
Name | Description | |
---|---|---|
AddOrUpdateParam | ||
Clone | ||
Create | ||
Equals | (Overrides ObjectEquals(Object).) | |
GetFormattedString |
Hogy ne a ToString() legyen, mert ki tudja mire irjuk at azt.
| |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetParam | ||
GetParams | ||
PartiallyEquals |
Checks only the username and address without the parameteres.
| |
SetHostPort | ||
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AsAddrSpec | (Defined by AddrSpecEx.) | |
AsRequestUri | (Defined by InternalSIPAddressEx.) | |
ContactCompare | (Defined by InternalSIPAddressEx.) | |
GetRInstance | (Defined by InternalSIPAddressEx.) | |
GetRInstances | (Defined by InternalSIPAddressEx.) | |
GetTransport | (Defined by InternalSIPAddressEx.) | |
ToContactHeader(NullableInt32) | Overloaded. (Defined by InternalSIPAddressEx.) | |
ToContactHeader(AddrSpecType, TransportType, NullableInt32) | Overloaded. (Defined by InternalSIPAddressEx.) | |
ToNameAddress | (Defined by InternalSIPAddressEx.) |
Name | Description | |
---|---|---|
Address |
Gets or sets the address part of the SIP address.
| |
AddrSpecType |
Gets or sets the addr-spec-type of the address.
| |
DisplayName |
Gets or sets the display name part of the address.
| |
Host |
Gets or sets the host part of the address.
| |
Parameters |
Gets the extra parameters of the address.
| |
Port |
Gets or sets the port part of the address.
| |
UriScheme |
Gets or sets the URI scheme of the addr-spec-type.
| |
UserName |
Gets or sets the user part of the address.
|