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
true if it was removed; false, if the entry does not exist.

See Also

Reference

RealTimeServerTlsConnectionManager Class

RealTimeServerTlsConnectionManager Members

Microsoft.Rtc.Signaling Namespace