1 write to _webHeaderCollection
System.Net.Requests (1)
System\Net\HttpWebResponse.cs (1)
201_webHeaderCollection = new WebHeaderCollection();
4 references to _webHeaderCollection
System.Net.Requests (4)
System\Net\HttpWebResponse.cs (4)
199if (_webHeaderCollection == null) 205_webHeaderCollection[header.Key] = GetHeaderValueAsString(header.Value); 212_webHeaderCollection[header.Key] = GetHeaderValueAsString(header.Value); 216return _webHeaderCollection;