SignalingParticipant Members
Include Protected Members
Include Inherited Members
Represents a participant in a session.
The SignalingParticipant type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApplicationContext | Sets or gets the applications-specific state associated with the participant. (inherited from Participant) | |
ContactUri | Gets the contact URI of the participant, if available. Can be String.Empty. (inherited from Participant) | |
EndpointId | Gets the Ids associated with this participant. (inherited from Participant) | |
FeatureParameters | Gets the collection of feature parameters. (inherited from Participant) | |
Gruu | Gets the GRUU or String.Empty. (inherited from Participant) | |
IsUpdateSupported | Gets the property that indicates if the remote supports the update method. | |
Name | Gets the display name of the participant. (inherited from Participant) | |
Port | Gets the port. (inherited from Participant) | |
ReliableResponseFeature | Gets the value indicating support for 100rel. | |
Session | Gets the session to which this participant belongs. | |
SessionTimerFeature | Gets or sets the value that indicates the support level for session timer. | |
SipInstance | Gets the sipInstance parameter, or String.Empty. (inherited from Participant) | |
SyncRoot | Obsolete. Gets the synchronization object for this participant. (inherited from Participant) | |
Uri | Gets the URI of the participant. (inherited from Participant) | |
UriParameters | Gets a collection of URI parameters. May be empty if the URI cannot be parsed. (inherited from Participant) | |
UserAtHost | Gets the user and host portion of the URI. (inherited from Participant) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | See if two objects are the same user. (inherited from Participant) | |
Equals(Participant, IEqualityComparer<Participant>) | Determines if the two objects identify the same participant. (inherited from Participant) | |
Equals(RealTimeAddress, IEqualityComparer<Participant>) | Compares the participant to the real-time address. (inherited from Participant) | |
Finalize | (inherited from Object) | |
GetHashCode | Returns a hash value for the current Name object. (inherited from Participant) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
NotifyPropertyChanged | Raises the property changed event (inherited from Participant) | |
ToString | Creates a string representation of the participant. (inherited from Participant) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Raised when one or more properties of the participant change. Changed properties will be indicated by the ParticipantPropertyChanges flags. (inherited from Participant) |
Top