2 references to HttpListenerRequest
System (2)
net\System\Net\UnsafeNativeMethods.cs (1)
2981WebHeaderCollection headerCollection = new WebHeaderCollection(WebHeaderCollectionType.HttpListenerRequest);
net\System\Net\WebHeaderCollection.cs (1)
255return m_Type==WebHeaderCollectionType.WebRequest || m_Type==WebHeaderCollectionType.HttpWebRequest || m_Type==WebHeaderCollectionType.HttpListenerRequest;