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. |
clientIpAddress | |
System. |
allowedIpString |
Returns
Type | Description |
---|---|
System. |