CommonHeaders.XForwardedFor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets XForwardedFor header setup.
public static Microsoft.AspNetCore.HeaderParsing.HeaderSetup<System.Collections.Generic.IReadOnlyList<System.Net.IPAddress>> XForwardedFor { get; }
static member XForwardedFor : Microsoft.AspNetCore.HeaderParsing.HeaderSetup<System.Collections.Generic.IReadOnlyList<System.Net.IPAddress>>
Public Shared ReadOnly Property XForwardedFor As HeaderSetup(Of IReadOnlyList(Of IPAddress))