GetCookie Method

Glimpse API

IRequestMetadata GetCookie Method Glimpse API Documentation
Gets the cookie.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

string GetCookie(
	string name
)
string GetCookie(
	string name
)

Parameters

name
Type: OnlineSystem String
The name.

Return Value

Value of the Http cookie.
See Also