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