In my cookie collection, I need to retrieve this value and I realize that I can use reflection to do it. After seeking some references from Google, I keep getting null
from my code. Anyone know where's my problem?
var cookielist =
allCookies.GetType().GetField("m_list[0]", BindingFlags.NonPublic | BindingFlags.Instance);
Aucun commentaire:
Enregistrer un commentaire