Cookie.Version Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a single digit that indicates the version of HTTP state maintenance to which the cookie conforms.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Int32A single digit that indicates the version of HTTP state maintenance to which the cookie conforms. The default is 0.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified value is less than zero. |
Show: