1 instantiation of HttpCookieContainerManager
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
84_httpCookieContainerManager = new HttpCookieContainerManager();
3 references to HttpCookieContainerManager
System.ServiceModel.Http (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
236var cookieContainerManager = _channelFactory.GetHttpCookieContainerManager();
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
32private HttpCookieContainerManager _httpCookieContainerManager; 213internal HttpCookieContainerManager GetHttpCookieContainerManager()