21 references to WebHeaderCollection
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
207var headers = new WebHeaderCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs (1)
114var webHeaders = new WebHeaderCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
226_headers = new WebHeaderCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
251_headers = new WebHeaderCollection();
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
198_headers = new WebHeaderCollection();
System\IO\Packaging\PackWebResponse.cs (1)
732return new WebHeaderCollection();
System.Net.HttpListener (3)
System\Net\HttpListenerResponse.cs (2)
19private WebHeaderCollection _webHeaders = new WebHeaderCollection(); 26_webHeaders = new WebHeaderCollection();
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
73_headers = new WebHeaderCollection();
System.Net.Requests (7)
System\Net\FileWebRequest.cs (1)
16private readonly WebHeaderCollection _headers = new WebHeaderCollection();
System\Net\FileWebResponse.cs (1)
38_headers = new WebHeaderCollection();
System\Net\FtpWebRequest.cs (1)
1563get => _ftpRequestHeaders ??= new WebHeaderCollection();
System\Net\FtpWebResponse.cs (1)
104_ftpRequestHeaders ??= new WebHeaderCollection();
System\Net\HttpWebRequest.cs (2)
36private WebHeaderCollection _webHeaderCollection = new WebHeaderCollection(); 910WebHeaderCollection newWebHeaders = new WebHeaderCollection();
System\Net\HttpWebResponse.cs (1)
201_webHeaderCollection = new WebHeaderCollection();
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
191get { return _headers ??= new WebHeaderCollection(); }
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
83internal WebHeaderCollection RequestHeaders => _requestHeaders ??= new WebHeaderCollection();
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs (1)
104var webHeaders = new WebHeaderCollection();
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
209_headers = new WebHeaderCollection();
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
234_headers = new WebHeaderCollection();