AllowedDomains Property

Gets the list of domains allowed to make incoming connections.

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

Syntax

'Declaration
Public ReadOnly Property AllowedDomains As IEnumerable(Of String)
    Get
'Usage
Dim instance As RealTimeServerTlsConnectionManager
Dim value As IEnumerable(Of String)

value = instance.AllowedDomains
public IEnumerable<string> AllowedDomains { get; }

Property Value

Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
An array of strings containing allowed domain names.

Remarks

An empty list indicates that all domains are allowed.

See Also

Reference

RealTimeServerTlsConnectionManager Class

RealTimeServerTlsConnectionManager Members

Microsoft.Rtc.Signaling Namespace