ParticipantEndpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an endpoint for a participant in the conversation.
public ref class ParticipantEndpoint
public class ParticipantEndpoint
type ParticipantEndpoint = class
Public Class ParticipantEndpoint
- Inheritance
-
ParticipantEndpoint
Properties
ActiveMediaTypes |
Obsolete.
Gets the active media types for this participant endpoint. |
EndpointSubtype |
Gets the subtype of this participant endpoint. |
EndpointType |
Gets the type of this participant endpoint. |
IsParticipantIdAsserted |
Gets whether the participant associated with this endpoint has an asserted identity. |
Participant |
Gets the participant instance associated with this participant endpoint. |
Uri |
Gets the URI representing this participant endpoint. |
Methods
Equals(Object) |
Returns true if the current endpoint is equal to the passed endpoint. |
Equals(ParticipantEndpoint) |
Returns true if the current endpoint is equal to the passed endpoint. |
GetActiveMediaTypes() |
Returns a snapshot of active media types for this participant endpoint. |
GetFeatureParameters() |
Gets the collection of feature parameters. |
GetHashCode() |
Generates a hash code for the participant. |
ToString() |
Return the string representation of participant endpoint. |
Operators
Equality(ParticipantEndpoint, Object) |
Returns true if the two endpoints are equal. |
Implicit(ParticipantEndpoint to RealTimeAddress) |
Convert to endpoint address. |
Inequality(ParticipantEndpoint, Object) |
Returns true if the two endpoints are unequal. |