aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2023-01-20 18:28:18 -0500
committerPatrick Barron <barronpm@gmail.com>2023-01-20 18:28:18 -0500
commit5d1b5d257f7cb782556ae394e5296c119226d676 (patch)
tree669d6179910297f5e139f5c2df7e35f9a4aa3480 /MediaBrowser.Common/Net
parent491f1f88c7db8b830231012739610f048721eaf1 (diff)
Remove CustomHeaderNames
Diffstat (limited to 'MediaBrowser.Common/Net')
-rw-r--r--MediaBrowser.Common/Net/CustomHeaderNames.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/MediaBrowser.Common/Net/CustomHeaderNames.cs b/MediaBrowser.Common/Net/CustomHeaderNames.cs
deleted file mode 100644
index 5ca9897eb..000000000
--- a/MediaBrowser.Common/Net/CustomHeaderNames.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma warning disable CS1591
-
-namespace MediaBrowser.Common.Net
-{
- public static class CustomHeaderNames
- {
- // Other Headers
- public const string XForwardedFor = "X-Forwarded-For";
- public const string XForwardedPort = "X-Forwarded-Port";
- public const string XForwardedProto = "X-Forwarded-Proto";
- public const string XRealIP = "X-Real-IP";
- }
-}