RealTimeServerTlsConnectionManager.AllowedDomains Property

Definition

Gets the list of domains allowed to make incoming connections.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ AllowedDomains { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> AllowedDomains { get; }
member this.AllowedDomains : seq<string>
Public ReadOnly Property AllowedDomains As IEnumerable(Of String)

Property Value

Remarks

An empty list indicates that all domains are allowed.

Applies to