Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the connection context for the service that grants communication permissions via a media edge service deployed in the perimeter network.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MediaEdgeAuthenticationService As ConnectionContext
Get
Set
'Usage
Dim instance As ApplicationEndpointSettings
Dim value As ConnectionContext
value = instance.MediaEdgeAuthenticationService
instance.MediaEdgeAuthenticationService = value
public ConnectionContext MediaEdgeAuthenticationService { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.ConnectionContext
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | 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.
See Also
Reference
ApplicationEndpointSettings Class