Edit

Share via


RealTimeServerTlsConnectionManager.RemoveFromAllowedDomains(String) Method

Definition

Removes an existing entry from the allowed domains list.

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

Parameters

oldEntry
String

The entry to be removed.

Returns

Returns True if it was removed. False, if the entry does not exist.

Exceptions

Thrown when the argument passed is null.

Applies to