The SignalingParticipanttype exposes the following members.

Methods

  Name Description
Equals Overloaded.
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.)

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 null.
(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
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
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
The user and host portion of the URI. Does not contain a port.
(Inherited from Participant.)

Events

  Name Description
PropertyChanged
Raised when one or more properties of the participant change. Changed properties will be indicated by the ParticipantPropertyChangesflags.
(Inherited from Participant.)

See Also