SPRequestUsageEntry.HeadersForwarded property

The X-Forwarded-For (XFF) HTTP header, it is a standard for identifying the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HeadersForwarded As String
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String

value = instance.HeadersForwarded

instance.HeadersForwarded = value
public string HeadersForwarded { get; set; }

Property value

Type: System.String

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace