| RestResponseMessageCookies Property |
Gets the cookies to set on the response
Namespace:
RestSrvr.Message
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public CookieCollection Cookies { get; }
Public ReadOnly Property Cookies As CookieCollection
Get
public:
property CookieCollection^ Cookies {
CookieCollection^ get ();
}
member Cookies : CookieCollection with get
Property Value
Type:
CookieCollectionSee Also