المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How can I know raw header information through BHO?



C# Programming
05-05-2009, 09:12 AM
I had small application of BHO in c#, when the events gets fired I used perform the operation that I

want to do on browser(IE). The thing is I want to know the header information? as the data gets loaded

on browser packet by packet, how can I know these header information regarding content length,

content-type that the data gets loadad on IE.
Thus how can I know header information through BHO?