Application.GetCookie Method
Retrieves a cookie for the location specified by a Uri.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- uri
- Type: System.Uri
The Uri that specifies the location for which a cookie was created.
Return Value
Type: System.StringA String value, if the cookie exists; otherwise, a Win32Exception is thrown.
| Exception | Condition |
|---|---|
| Win32Exception |
A Win32 error is raised by the InternetGetCookie function (called by GetCookie) if a problem occurs when attempting to retrieve the specified cookie. |
GetCookie retrieves a cookie for the specified Uri. If the cookie can't be retrieved, a Win32Exception is thrown. You need to write the code to parse the cookie string into a list of name/value pairs.
For an overview of cookies in WPF, see Navigation Overview.
-
FileIOPermission
for getting the cookie for a file-based Uri. Associated enumeration: FileIOPermissionAccess.Read
-
WebPermission
for getting the cookie for a non-file-based Uri. Associated enumeration: WebPermission.ConnectList
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.