4 references to Add
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubConnectionTests.cs (1)
1715
cookieJar.
Add
(new System.Net.Cookie("Foo", "Bar", "/", new Uri(server.Url).Host));
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.cs (1)
93
httpOptions.Cookies.
Add
(new Cookie("Name", "Value", string.Empty, "fakeuri.org"));
Microsoft.AspNetCore.SignalR.Tests (1)
WebSocketsTransportTests.cs (1)
33
httpOptions.Cookies.
Add
(new Cookie("Name", "Value", string.Empty, "fakeuri.org"));
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
579
Add
(c);