Table of Contents

Property XForwardedFor

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

XForwardedFor

Gets the value of the HTTP X-Forwarded-For header.

Used to identify the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer.

public string? XForwardedFor { get; }

Property Value

string

Remarks

Tip: use the ForwardingResolver property to obtain the user client proxied IP throught RemoteAddress.