IConnection::CookieContainer Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

property CookieContainer^ CookieContainer {
	CookieContainer^ get ();
	void set (CookieContainer^ value);
}

Property Value

Type: System.Net::CookieContainer
Show: