10 references to Name
System.Web (10)
Cache\OutputCache.cs (1)
189headerElements.Add(new HeaderElement(h.Name, h.Value));
HttpResponse.cs (6)
215if (_cachePolicy != null && StringUtil.EqualsIgnoreCase("Set-Cookie", h.Name)) { 294headers.SetHeader(cookieHeader.Name, cookieHeader.Value, false); 321headers.SetHeader(cookieHeader.Name, cookieHeader.Value, false); 1139this.AppendHeader(h.Name, h.Value); 1641if (h.Name == "Content-Encoding") { 3454headers.Set(header.Name, header.Value);
HttpResponseHeader.cs (1)
38HttpEncoder.Current.HeaderNameValueEncode(Name, value, out encodedName, out _value);
OutputCacheModule.cs (1)
880if (h.Name == "Content-Encoding") {
UI\TraceContext.cs (1)
804row[SR.Trace_Name] = h.Name;