RealTimeServerTlsConnectionManager.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<String>
Remarks
An empty list indicates that all domains are allowed.
See Also
Reference
RealTimeServerTlsConnectionManager Class