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