| C# | Visual Basic | Visual C++ |
public class SIPAddress
Public Class SIPAddress
public ref class SIPAddress
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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.
| |
| Address |
Gets or sets the address part of the SIP address.
| |
| AddrSpecType |
Gets or sets the addr-spec-type of the address.
| |
| AsContactInfo(SIPAddress, TransportType) | (Inherited from ContactInfoEx.) | |
| AsRequestUri(SIPAddress) | (Inherited from SIPAddressEx.) | |
| Create(String) | ||
| DisplayName |
Gets or sets the display name part of the address.
| |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode()()()().) | |
| 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.
| |
| ToNameAddress(SIPAddress) | (Inherited from SIPAddressEx.) | |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| UserName |
Gets or sets the user part of the address.
|
| Object | ||
| SIPAddress | ||
| ContactInfo | ||