Convert to endpoint address.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Shared 
Widening 
Operator 
CType ( _
	
participantEndpoint 
As 

ParticipantEndpoint _
) 
As 

RealTimeAddress
C#
public 
static 
implicit operator 

RealTimeAddress (
	

ParticipantEndpoint 
participantEndpoint
)
Visual C++
static 
implicit operator 

RealTimeAddress^ (
	

ParticipantEndpoint^ 
participantEndpoint
)
JavaScript
JavaScript does not support the declaration
of new casting operators.

Parameters

participantEndpoint
Type: Microsoft.Rtc.Collaboration . . :: . ParticipantEndpoint
The participant endpoint to convert.

Return Value

The address of the endpoint.

See Also