3 references to Cookie
Client.ClientBase.IntegrationTests (1)
ClientBaseTests.4.1.0.cs (1)
35cookieManager.CookieContainer.Add(new Uri(Endpoints.HttpBaseAddress_Basic_Text), new System.Net.Cookie(cookieName, cookieValue));
System.Net.Primitives (2)
System\Net\Cookie.cs (2)
109: this(name, value) 278Cookie clonedCookie = new Cookie(m_name, m_value);