Cookie.Name Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the name of this cookie.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| CookieException | The value specified for a set operation is Nothing or an empty string (""). -or- The value specified for a set operation contains an unauthorized character. Using one of the following characters will cause an exception:
|
The Name property must be initialized before the Cookie is used. Otherwise, an exception will occur.
There are characters that are not allowed to be part of Name, and their use will cause an exception. The following characters that are not allowed:
equal sign (=)
semicolon (;)
comma (,)
newline (\n)
return (\r)
tab (\t)
space character
dollar sign ($) as the first character