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