RealTimeServerTlsConnectionManager.RemoveFromAllowedDomains Method

Removes an existing entry from the allowed domains list.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function RemoveFromAllowedDomains ( _
    oldEntry As String _
) As Boolean
'Usage
Dim instance As RealTimeServerTlsConnectionManager
Dim oldEntry As String
Dim returnValue As Boolean

returnValue = instance.RemoveFromAllowedDomains(oldEntry)
public bool RemoveFromAllowedDomains(
    string oldEntry
)

Parameters

Return Value

Type: System.Boolean
Returns True if it was removed. False, if the entry does not exist.

Exceptions

Exception Condition
ArgumentNullException

Thrown when the argument passed is null.

See Also

Reference

RealTimeServerTlsConnectionManager Class

RealTimeServerTlsConnectionManager Members

Microsoft.Rtc.Signaling Namespace