RealTimeServerTlsConnectionManager.AddToAllowedDomains(String) Method

Definition

Adds a new entry into the list of allowed domains.

public:
 bool AddToAllowedDomains(System::String ^ newEntry);
public bool AddToAllowedDomains (string newEntry);
member this.AddToAllowedDomains : string -> bool
Public Function AddToAllowedDomains (newEntry As String) As Boolean

Parameters

newEntry
String

The new entry to be added.

Returns

Returns True if the entry was added. False, if the entry already exists.

Exceptions

Thrown when MTLS is not enabled. MTLS can be enabled by setting NeedMutualTls to true.

Thrown when the argument newEntry is null.

Applies to