The list of domains allowed to make incoming connections. An empty list indicates that all domains are allowed.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AllowedDomains 
As 
IEnumerable(
Of 
String)
C#
public 
IEnumerable<
string> 
AllowedDomains { 
get; }
Visual C++
public:
property 
IEnumerable<
String^>^ 
AllowedDomains {
	
IEnumerable<
String^>^ 
get ();
}
JavaScript
function get_
allowedDomains();

See Also