31 references to AppendHeader
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
658
httpResponse.
AppendHeader
(key, entry.Value.ToString());
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
880
this.context.Response.
AppendHeader
(name, value);
905
this.context.Response.
AppendHeader
("Connection", "close");
System.Web (23)
Abstractions\HttpResponseWrapper.cs (1)
305
_httpResponse.
AppendHeader
(name, value);
HttpContext.cs (1)
368
Response.
AppendHeader
("Sec-WebSocket-Protocol", subprotocol);
HttpResponse.cs (3)
1139
this.
AppendHeader
(h.Name, h.Value);
1949
AppendHeader
("PICS-Label", value);
3072
AppendHeader
(name, value);
Security\PassportIdentity.cs (4)
82
context.Response.
AppendHeader
("Set-Cookie", strACookie);
85
context.Response.
AppendHeader
("Set-Cookie", strPCookie);
124
context.Response.
AppendHeader
(strHeader, strValue);
1026
context.Response.
AppendHeader
("Pragma", "no-cache");
State\StateRuntime.cs (6)
316
response.
AppendHeader
(StateHeaders.LOCKDATE_NAME_RAW, localLockDate.Ticks.ToString(CultureInfo.InvariantCulture));
317
response.
AppendHeader
(StateHeaders.LOCKAGE_NAME_RAW, lockAge.ToString(CultureInfo.InvariantCulture));
318
response.
AppendHeader
(StateHeaders.LOCKCOOKIE_NAME_RAW, content._lockCookie.ToString(CultureInfo.InvariantCulture));
328
response.
AppendHeader
(StateHeaders.ACTIONFLAGS_NAME_RAW, flags.ToString(CultureInfo.InvariantCulture));
484
response.
AppendHeader
(StateHeaders.LOCKCOOKIE_NAME_RAW, (content._lockCookie).ToString(CultureInfo.InvariantCulture));
488
response.
AppendHeader
(StateHeaders.TIMEOUT_NAME_RAW, (timeout).ToString(CultureInfo.InvariantCulture));
StaticFileHandler.cs (7)
444
response.
AppendHeader
("Content-Range", contentRange);
469
response.
AppendHeader
("Last-Modified", HttpUtility.FormatHttpDateTime(lastModified));
470
response.
AppendHeader
("Accept-Ranges", "bytes");
471
response.
AppendHeader
("ETag", etag);
472
response.
AppendHeader
("Cache-Control", "public");
552
response.
AppendHeader
("Accept-Ranges", "bytes");
576
response.
AppendHeader
("Content-Range", "bytes */" + fileLength.ToString(NumberFormatInfo.InvariantInfo));
Util\AspCompat.cs (1)
710
_context.Response.
AppendHeader
(name, value);
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
257
_httpResponse.
AppendHeader
(name, value);
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlPageAdapter.cs (1)
94
Page.Response.
AppendHeader
("Pragma", "no-cache");
UI\MobileControls\Adapters\WmlPageAdapter.cs (2)
239
Page.Response.
AppendHeader
("Cache-Control", "max-age=0");
356
Page.Response.
AppendHeader
("Cache-Control", "max-age=0");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
360
Page.Response.
AppendHeader
("Pragma", "no-cache");