Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview7_Microsoft.Net.Http.Headers.md « Microsoft.AspNetCore.App « preview7 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 292576791e2772c7f0fb60b1a375149b411118c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Microsoft.Net.Http.Headers

``` diff
 namespace Microsoft.Net.Http.Headers {
     [NullableAttribute((byte)0)]
     [NullableContextAttribute((byte)1)]
     public static class HeaderNames {
-        public static readonly string Authority;
+        [ObsoleteAttribute("This is obsolete and will be removed in a future version. Header dictionaries do not contain this key.", false)]
+        public static readonly string Authority;
-        public static readonly string Method;
+        [ObsoleteAttribute("This is obsolete and will be removed in a future version. Header dictionaries do not contain this key.", false)]
+        public static readonly string Method;
-        public static readonly string Path;
+        [ObsoleteAttribute("This is obsolete and will be removed in a future version. Header dictionaries do not contain this key.", false)]
+        public static readonly string Path;
-        public static readonly string Protocol;
-        public static readonly string Scheme;
+        [ObsoleteAttribute("This is obsolete and will be removed in a future version. Header dictionaries do not contain this key.", false)]
+        public static readonly string Scheme;
-        public static readonly string Status;
+        [ObsoleteAttribute("This is obsolete and will be removed in a future version. Header dictionaries do not contain this key.", false)]
+        public static readonly string Status;
     }
 }
```