Click here to Skip to main content
16,021,169 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What does Request ("ABC") refer to?
Posted
Updated 3-Feb-13 23:19pm
v2
Comments
CHill60 4-Feb-13 4:52am    
This isn't VB.NET! And you need to give us some context - don't just post a single line of code.
In most versions of VS you should be able to click on "Response" and hit Shift-F2 to take you to the definition
lebna thomas 4-Feb-13 5:22am    
thanks that worked :)

I guess you are looking at the Response class[^].
This gets the response for the current HTTP object.
 
Share this answer
 
I am sorry, it was request object :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900