Interface IIpAddressUtilities
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IIpAddressUtilities
Methods
View SourceIsAllowListed(IPAddress, String)
Declaration
bool IsAllowListed(IPAddress clientIpAddress, string allowedIpString)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Net.IPAddress | clientIpAddress | |
| System.String | allowedIpString |
Returns
| Type | Description |
|---|---|
| System.Boolean |