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