2 writes to _type
System.Net.WebHeaderCollection (2)
System\Net\WebHeaderCollection.cs (2)
43
_type
= WebHeaderCollectionType.WebRequest;
59
_type
= WebHeaderCollectionType.WebResponse;
4 references to _type
System.Net.WebHeaderCollection (4)
System\Net\WebHeaderCollection.cs (4)
41
if (
_type
== WebHeaderCollectionType.Unknown)
45
return
_type
== WebHeaderCollectionType.WebRequest;
57
if (
_type
== WebHeaderCollectionType.Unknown)
61
return
_type
== WebHeaderCollectionType.WebResponse;