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