c# - Generate a list of cookies like HttpContext.Request.Cookies in a non-web application? -


i'm writing wpf application encrypts , decrypts cookies, using old asp.net project code reference. web application includes dropdown list of cookie names avaiable process. dropdown list populated using controller.httpcontext.request.cookies.

i want include functionality in program, have no httpcontext work with. there way generate equivalent httpcontext purpose? if not, other options have? tried looking folders containing cookies ie/firefox/chrome there ridiculous number of folders/files.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -