RealTimeAddress Members
Include Protected Members
Include Inherited Members
Defines the structure identifying a session target.
The RealTimeAddress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RealTimeAddress(String) | Creates a new instance of RealTimeAddress. | |
RealTimeAddress(String, String) | Creates a new instance of RealTimeAddress. | |
RealTimeAddress(String, String, String) | Creates a new instance of RealTimeAddress. |
Top
Properties
Name | Description | |
---|---|---|
EndpointId | Gets the endpoint identifier for the target. | |
IsEndpointTarget | Gets the value that indicates whether this address targets a specific endpoint. | |
IsGruu | Gets the value indicating if the URI passed is a GRUU URI. | |
IsPhone | Gets the value indicating if the URI passed represents a phone device. | |
PhoneUri | Gets the tel URI of this target. This is null if the target is not phone. | |
Uri | Gets the sip URI of this target. This can be null if the tel URI was given that could not converted to sip URI due to missing default domain. | |
UserAtHost | Get the user@host portion of the sip URI, if available. If the sip URI is not available, the value returned is String.Empty. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid. (Overrides Object.Equals(Object).) | |
Equals(RealTimeAddress) | Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid. | |
Finalize | (inherited from Object) | |
GetHashCode | Generates a hash code for the realTime Address object based on URI string and epid. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Obtains the string representation of the object. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid. | |
Inequality | Returns true if the current RealTimeAddress is not equal to the passed RealTimeAddress. Compares the URI string and epid. |
Top