5 references to AllHeaders
System.ServiceModel (5)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (5)
59return this.AllHeaders.Select(header => header.Key).ToArray(); 67return this.AllHeaders.Count(); 79foreach (KeyValuePair<string, IEnumerable<string>> header in this.AllHeaders) 233foreach (var header in this.AllHeaders) 421foreach (KeyValuePair<string, IEnumerable<string>> header in this.AllHeaders)