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)
237
clientWebSocket.Options.Cookies = cookieContainerManager.
CookieContainer
;
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
300
clientHandler.CookieContainer = _httpCookieContainerManager.
CookieContainer
;