IResponseCookies Property |
Gets the cookies to set on the response.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax CookieCollection Cookies { get; set; }
Property Cookies As CookieCollection
Get
Set
property CookieCollection^ Cookies {
CookieCollection^ get ();
void set (CookieCollection^ value);
}
abstract Cookies : CookieCollection with get, set
Property Value
Type:
CookieCollectionSee Also