RealTimeServerTlsConnectionManager.RemoveFromAllowedDomains(String) Method
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.
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.