CookieManager.GetCookieHeader method

Gets the HTTP Cookie header for the specified URI.

public string GetCookieHeader(Uri uri)
parameter description
uri The URI.

Return Value

An HTTP cookie header, with strings representing Cookie instances delimited by semicolons.

See Also