RealTimeServerTlsConnectionManager.AllowedDomains Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.