3 references to HttpWebResponse
System (3)
net\System\Net\_Connection.cs (1)
2615m_ResponseData.m_ResponseHeaders = new WebHeaderCollection(WebHeaderCollectionType.HttpWebResponse);
net\System\Net\WebHeaderCollection.cs (2)
264return m_Type==WebHeaderCollectionType.WebResponse || m_Type==WebHeaderCollectionType.HttpWebResponse || m_Type==WebHeaderCollectionType.HttpListenerResponse; 986if (type == WebHeaderCollectionType.HttpWebResponse)