Click or drag to resize
IResponseSetCookie Method
Sets or updates a cookie in the collection of cookies to return to the caller.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SetCookie(
	Cookie cookie
)

Parameters

cookie
Type: System.NetCookie
See Also