Definition at line 80 of file HeaderInfoTable.cs.
81 {
82 return new Hashtable(104, CaseInsensitiveAscii.StaticInstance)
83 {
84 {
85 "Age",
87 },
88 {
89 "Allow",
91 },
92 {
93 "Accept",
95 },
96 {
97 "Authorization",
99 },
100 {
101 "Accept-Ranges",
103 },
104 {
105 "Accept-Charset",
107 },
108 {
109 "Accept-Encoding",
111 },
112 {
113 "Accept-Language",
115 },
116 {
117 "Cookie",
119 },
120 {
121 "Connection",
123 },
124 {
125 "Content-MD5",
127 },
128 {
129 "Content-Type",
131 },
132 {
133 "Cache-Control",
135 },
136 {
137 "Content-Range",
139 },
140 {
141 "Content-Length",
143 },
144 {
145 "Content-Encoding",
147 },
148 {
149 "Content-Language",
151 },
152 {
153 "Content-Location",
155 },
156 {
157 "Date",
159 },
160 {
161 "ETag",
163 },
164 {
165 "Expect",
167 },
168 {
169 "Expires",
171 },
172 {
173 "From",
175 },
176 {
177 "Host",
179 },
180 {
181 "If-Match",
183 },
184 {
185 "If-Range",
187 },
188 {
189 "If-None-Match",
191 },
192 {
193 "If-Modified-Since",
195 },
196 {
197 "If-Unmodified-Since",
199 },
200 {
201 "Keep-Alive",
203 },
204 {
205 "Location",
207 },
208 {
209 "Last-Modified",
211 },
212 {
213 "Max-Forwards",
215 },
216 {
217 "Pragma",
219 },
220 {
221 "Proxy-Authenticate",
223 },
224 {
225 "Proxy-Authorization",
227 },
228 {
229 "Proxy-Connection",
231 },
232 {
233 "Range",
235 },
236 {
237 "Referer",
239 },
240 {
241 "Retry-After",
243 },
244 {
245 "Server",
247 },
248 {
249 "Set-Cookie",
251 },
252 {
253 "Set-Cookie2",
255 },
256 {
257 "TE",
259 },
260 {
261 "Trailer",
263 },
264 {
265 "Transfer-Encoding",
267 },
268 {
269 "Upgrade",
271 },
272 {
273 "User-Agent",
275 },
276 {
277 "Via",
279 },
280 {
281 "Vary",
283 },
284 {
285 "Warning",
287 },
288 {
289 "WWW-Authenticate",
291 }
292 };
293 }
References System.Net.HeaderInfoTable.s_multiParser, System.Net.HeaderInfoTable.s_setCookieParser, System.Net.HeaderInfoTable.s_singleParser, and System.Net.CaseInsensitiveAscii.StaticInstance.