File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,9 @@ public static class HeaderNames
283
283
/// <summary>Gets the <c>X-Frame-Options</c> HTTP header name.</summary>
284
284
public static readonly string XFrameOptions = "X-Frame-Options" ;
285
285
286
+ /// <summary>Gets the <c>X-Forwarded-For</c> HTTP header name.</summary>
287
+ public static readonly string XForwardedFor = "X-Forwarded-For" ;
288
+
286
289
/// <summary>Gets the <c>X-Requested-With</c> HTTP header name.</summary>
287
290
public static readonly string XRequestedWith = "X-Requested-With" ;
288
291
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ static readonly Microsoft.Net.Http.Headers.HeaderNames.Link -> string!
7
7
static readonly Microsoft.Net.Http.Headers.HeaderNames.ProxyConnection -> string!
8
8
static readonly Microsoft.Net.Http.Headers.HeaderNames.XContentTypeOptions -> string!
9
9
static readonly Microsoft.Net.Http.Headers.HeaderNames.XXssProtection -> string!
10
+ static readonly Microsoft.Net.Http.Headers.HeaderNames.XForwardedFor -> string!
You can’t perform that action at this time.
0 commit comments