Gets cookies for the request.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public HttpCookieCollection Cookies { get; protected set; }
Visual Basic
Public Property Cookies As HttpCookieCollection
	Get
	Protected Set
Visual C++
public:
virtual property HttpCookieCollection^ Cookies {
	HttpCookieCollection^ get () sealed;
	protected: void set (HttpCookieCollection^ value) sealed;
}

Property Value

Type: HttpCookieCollection

Implements

ICMSEnvironment..::..Cookies

See Also