13 references to WebHeaderCollection
System (13)
net\System\Net\_Connection.cs (1)
2615m_ResponseData.m_ResponseHeaders = new WebHeaderCollection(WebHeaderCollectionType.HttpWebResponse);
net\System\Net\filewebrequest.cs (1)
56m_headers = new WebHeaderCollection(WebHeaderCollectionType.FileWebRequest);
net\System\Net\filewebresponse.cs (1)
57m_headers = new WebHeaderCollection(WebHeaderCollectionType.FileWebResponse);
net\System\Net\FtpWebRequest.cs (1)
1830m_FtpRequestHeaders = new WebHeaderCollection(WebHeaderCollectionType.FtpWebRequest);
net\System\Net\FtpWebResponse.cs (1)
149m_FtpRequestHeaders = new WebHeaderCollection(WebHeaderCollectionType.FtpWebResponse);
net\System\Net\HttpListenerResponse.cs (1)
44m_WebHeaders = new WebHeaderCollection(WebHeaderCollectionType.HttpListenerResponse);
net\System\Net\HttpWebRequest.cs (2)
2665WebHeaderCollection newWebHeaders = new WebHeaderCollection(WebHeaderCollectionType.HttpWebRequest); 5154_HttpRequestHeaders = new WebHeaderCollection(WebHeaderCollectionType.HttpWebRequest);
net\System\Net\UnsafeNativeMethods.cs (1)
2981WebHeaderCollection headerCollection = new WebHeaderCollection(WebHeaderCollectionType.HttpListenerRequest);
net\System\Net\webclient.cs (3)
204m_headers = new WebHeaderCollection(WebHeaderCollectionType.WebRequest); 602m_headers = new WebHeaderCollection(WebHeaderCollectionType.WebRequest); 742m_headers = new WebHeaderCollection(WebHeaderCollectionType.WebRequest);
net\System\Net\WebSockets\ClientWebSocket.cs (1)
415requestHeaders = new WebHeaderCollection(WebHeaderCollectionType.HttpWebRequest);