The RealTimeAddresstype exposes the following members.

Constructors

  Name Description
RealTimeAddress Overloaded.

Methods

  Name Description
Equals Overloaded.
Finalize (Inherited from Object.)
GetHashCode
Generates a hashcode for the realTime Address object based on URI string and epid.
(Overrides ObjectGetHashCode () () () .)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Obtains the string representation of the object.
(Overrides ObjectToString () () () .)

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.

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.

See Also