catch pointer

Add-in Express™ Support Service
That's what is more important than anything else

catch pointer
 
pa1 modi


Guest


how to catch the handle or pointer of the request generated by IE using c++ ??
Posted 21 Sep, 2011 01:35:43 Top
Eugene Astafiev


Guest


Hi Pavan,

Sorry, but I don't quite understand you.

What handler or pointer do you want to catch? Could you please describe it in details?
Posted 22 Sep, 2011 06:09:36 Top
pa1 modi


Guest


okie Eugene,

for example, when i want to Add headers in particular request of IE that time i have to create Instance of
HttpWebRequest.


HttpWebRequest^ request = (HttpWebRequest^)( WebRequest::Create(url) );
request->Method = "GET";

request->Headers->Add("MyCustomHeaderValue", "test");


for every request its create a new instance and cancle old one.

thats why i need pointer or handler of request of IE..so dont need to create new instance and i can directly
use Request object...
Posted 22 Sep, 2011 06:58:38 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Pavan,

I don't see how your question relates to developing IE add-ons. I assume that you talk about intercepting requests on the server side. Am I correct? If yes, then this definitely out of scope of Add-in Express services because ASP.NET works on the server side while IE (and an add-on loaded by IE) works on the client side.

Thank you for your understanding.


Andrei Smolin
Add-in Express Team Leader
Posted 23 Sep, 2011 04:43:52 Top