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)
199
if (
_webHeaderCollection
== null)
205
_webHeaderCollection
[header.Key] = GetHeaderValueAsString(header.Value);
212
_webHeaderCollection
[header.Key] = GetHeaderValueAsString(header.Value);
216
return
_webHeaderCollection
;