Gets the cookies on the request.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax CookieCollection Cookies { get; }
ReadOnly Property Cookies As CookieCollection
Get
property CookieCollection^ Cookies {
CookieCollection^ get ();
}
abstract Cookies : CookieCollection with get
Property Value
Type:
CookieCollectionSee Also