HttpListenerResponse..::..Cookies Property
   Gets or sets the cookies sent with the response.
   
                
    Namespace: 
   WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public CookieCollection Cookies { get; set; }
Public Property Cookies As CookieCollection Get Set
public: property CookieCollection^ Cookies { CookieCollection^ get (); void set (CookieCollection^ value); }