Cookie.HttpOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether a page script or other active content can access this cookie.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Booleantrue to indicate that a page script or other active content cannot access this Cookie; otherwise, false. The default is false.
Show: