Neokernel API

HTTPAgentRequest.Cookies Property

This method will return a Props of the cookie name=value pairs submitted with the client's request. If no cookies are provided with the request, the props is empty. Duplicate names are ignored. Note that the cookie values in the returned Props may not have originated from the same cookie; the 'expires', 'path', etc are not included in the client's request header.

public virtual Props Cookies { public get; }

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace