ApplicationEndpointSettings.MediaEdgeAuthenticationService Property
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.
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.