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