1 write to Context
System.Web (1)
HttpContext.cs (1)
447response.Context = this;
13 references to Context
System.Web (13)
HttpCachePolicy.cs (3)
780_utcTimestampCreated = response.Context.UtcTimestamp; 782_utcTimestampRequest = response.Context.UtcTimestamp; 940RuntimeConfig config = RuntimeConfig.GetLKGConfig(response.Context);
HttpResponse.cs (7)
438headers.Add(_cookies[i].GetSetCookieHeader(Context)); 1204if (ErrorFormatter.RequiresAdaptiveErrorReporting(Context)) { 1205_writer.Write(errorFormatter.GetAdaptiveErrorMessage(Context, dontShowSensitiveErrors)); 2491Context.Server.Execute(url); 3017if (Context.TraceIsEnabled) { 3018Context.Trace.Write("aspx", "Push promise is not supported", e); 3396_onSendingHeadersSubscriptionQueue.FireAndComplete(cb => cb(Context));
HttpWriter.cs (3)
839_response.Context.Request.SetDynamicCompression(false /*enable*/); 1259_response.Context.Request.SetDynamicCompression(true /*enable*/); 1333_response.Context.Request.SetDynamicCompression(true /*enable*/);