Implemented interface member:
property
CookieContainer
System.ServiceModel.Channels.IHttpCookieContainerManager.CookieContainer
1 write to CookieContainer
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
594_httpCookieContainerManager.CookieContainer = new CookieContainer();
2 references to CookieContainer
System.ServiceModel.Http (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
237clientWebSocket.Options.Cookies = cookieContainerManager.CookieContainer;
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
300clientHandler.CookieContainer = _httpCookieContainerManager.CookieContainer;