Click or drag to resize

HttpContextExtensions Class

Extension methods for the HttpContext object.
Inheritance Hierarchy
SystemObject
  NetQuarryHttpContextExtensions

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class HttpContextExtensions

The HttpContextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRemoteHostAddress
Returns the proper UserHostAddress from the request. The first path is to look for the X-Forwarded-For header and take the last IP address in that list.
Top
See Also