Edit

Share via


ApplicationEndpointSettings.MediaEdgeAuthenticationService Property

Definition

Gets or sets the connection context for the service that grants communication permissions via a media edge service deployed in the perimeter network.

public:
 property Microsoft::Rtc::Signaling::ConnectionContext ^ MediaEdgeAuthenticationService { Microsoft::Rtc::Signaling::ConnectionContext ^ get(); void set(Microsoft::Rtc::Signaling::ConnectionContext ^ value); };
public Microsoft.Rtc.Signaling.ConnectionContext MediaEdgeAuthenticationService { get; set; }
member this.MediaEdgeAuthenticationService : Microsoft.Rtc.Signaling.ConnectionContext with get, set
Public Property MediaEdgeAuthenticationService As ConnectionContext

Property Value

Exceptions

Thrown when given value is null.

Remarks

Note that this is an advanced API that is meant to be used only when an endpoint's proxy host is an edge server rather than a front end server.

Applies to