Cookie.Discard Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a values that indicates whether the client is to discard the Cookie at the end of the current session.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Booleantrue if the client should discard the Cookie at the end of the session; otherwise, false. The default is false.
Show: