London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IClientIPAddressResolver

Defines signature for compontent that resolves client ip addresses.

Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public interface IClientIPAddressResolver

Methods

ResolveAddress(HttpContextBase)

Resolves the client ip address from the context.

Declaration
IPAddress ResolveAddress(HttpContextBase httpContext)
Parameters
Type Name Description
System.Web.HttpContextBase httpContext

The HTTP context.

Returns
Type Description
System.Net.IPAddress

Extension Methods