c# - Reading cookie from Chrome -


i'm using visual studio 2015, coding in c# , i'm trying read cookie chrome.

i have found httpcookie class , have added statement

"using system.web;"

in top of document, visual studio still doesn't seem recognize this, i'm not able use classes in system.web-namespace.

i'm quite sure there easy fix this, kind of problem seems haunt me :-(

if may ask silly question have left comment if had priledges, sorry if isn't answer. have got reference system.web.dll in project?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -