CookieContainer.GetCookieHeader Method
Gets the HTTP cookie header that contains the HTTP cookies that represent the Cookie instances that are associated with a specific URI.
Assembly: System (in System.dll)
Parameters
- uri
- Type: System.Uri
The URI of the Cookie instances desired.
Return Value
Type: System.StringAn HTTP cookie header, with strings representing Cookie instances delimited by semicolons.
| Exception | Condition |
|---|---|
| ArgumentNullException | uri is Nothing. |
GetCookieHeader returns a string that holds the HTTP cookie header for the Cookie instances specified by uri. The HTTP header is built by adding a string representation of each Cookie associated with uri. Note that the exact format of the string depends on the RFC that the Cookie conforms to. The strings for all the Cookie instances that are associated with uri are combined and delimited by semicolons.
This string is not in the correct format for use as the second parameter of the SetCookies method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.