Represents a participant in a session.

The following tables list the members exposed by the SignalingParticipant type.

Public Properties (see also Protected Properties )

  Name Description
ApplicationContext  Sets or gets the application-specific state associated with the participant.(inherited from Participant)
ContactUri  Gets the contact URI of the participant, if available. Can be null.(inherited from Participant)
EndpointId  Gets the endpoint ID associated with this participant.(inherited from Participant)
FeatureParameters  Gets the collection of feature parameters.(inherited from Participant)
Gruu  Gets the Gruu.(inherited from Participant)
Name  Gets the display name of the participant.(inherited from Participant)
Port  Gets the port.(inherited from Participant)
ReliableResponseFeature Gets or sets the value indicating support for 100rel.
SameEndpointComparer  Compares two participant objects to determine whether they represent the same endpoint.(inherited from Participant)
SameUserComparer  Compares two participant objects to determine whether they represent the same user.(inherited from Participant)
Session Gets the signaling session associated with this participant.
SessionTimerFeature Gets or sets the value that indicates the support level for the session timer.
SipInstance  Gets the SIP instance.(inherited from Participant)
Uri  Gets the Uri of the participant.(inherited from Participant)
UriParameters  Gets a collection of URI parameters.(inherited from Participant)
UserAtHost  Gets the user and host portion of the URI.(inherited from Participant)
Top

Protected Properties

  Name Description
SyncRoot  Gets the synchronization object for this participant.(inherited from Participant)
Top

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Participant )
GetHashCode  Returns a hash value for the current Name object.(inherited from Participant)
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  Returns a string representation of the object.(inherited from Participant)
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
NotifyPropertyChanged  (inherited from Participant )
Top

Public Events

  Name Description
PropertyChanged  Raised when one or more properties of the participant change.(inherited from Participant)
Top

See Also