IResponseSetCookie Method |
Sets or updates a cookie in the collection of cookies to return to the caller.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void SetCookie(
Cookie cookie
)
Sub SetCookie (
cookie As Cookie
)
void SetCookie(
Cookie^ cookie
)
abstract SetCookie :
cookie : Cookie -> unit
Parameters
- cookie
- Type: System.NetCookie
See Also