Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- oldEntry
Type: System.String
The entry to be removed.
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