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