Participant Members
Include Protected Members
Include Inherited Members
Contains all the common properties of a participant.
The Participant type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Participant | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ApplicationContext | Sets or gets the applications-specific state associated with the participant. |
![]() |
ContactUri | Gets the contact URI of the participant, if available. Can be String.Empty. |
![]() |
EndpointId | Gets the Ids associated with this participant. |
![]() |
FeatureParameters | Gets the collection of feature parameters. |
![]() |
Gruu | Gets the GRUU or String.Empty. |
![]() |
Name | Gets the display name of the participant. |
![]() |
Port | Gets the port. |
![]() ![]() |
SameEndpointComparer | Compares two Participant objects to determine if they represent the same endpoint. |
![]() ![]() |
SameUserComparer | Compares to participant objects to determine if they represent the same user. |
![]() |
SipInstance | Gets the sipInstance parameter, or String.Empty. |
![]() |
SyncRoot | Obsolete. Gets the synchronization object for this participant. |
![]() |
Uri | Gets the URI of the participant. |
![]() |
UriParameters | Gets a collection of URI parameters. May be empty if the URI cannot be parsed. |
![]() |
UserAtHost | Gets the user and host portion of the URI. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | See if two objects are the same user. (Overrides Object.Equals(Object).) |
![]() |
Equals(Participant, IEqualityComparer<Participant>) | Determines if the two objects identify the same participant. |
![]() |
Equals(RealTimeAddress, IEqualityComparer<Participant>) | Compares the participant to the real-time address. |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | Returns a hash value for the current Name object. (Overrides Object.GetHashCode().) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
NotifyPropertyChanged | Raises the property changed event |
![]() |
ToString | Creates a string representation of the participant. (Overrides Object.ToString().) |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Raised when one or more properties of the participant change. Changed properties will be indicated by the ParticipantPropertyChanges flags. |
Top