Application Broker

  • Thread starter Thread starter Isaac
  • Start date Start date
I

Isaac

Hi folks,

Happy new year =).

I am a newbie. I need to develop a broker but I do not have any idea about
how to know what request and what response are from what object.

How to identify the owners of resquests and responses ?

Thanks
 
Hi Issac,

Please be a bit more specific in your posts. I guess you mean the
Response and Request object from a Web Porject. A fast easy way to
learn about these objects is to use WinCV.exe or the MSDN Help to get
all of the details about the classes (and thus the objects)...

You could also start a web application project and try typing
'Request.' (sans quotes) to see what kinds of properties, methods are
available. If you want to use WinCV.exe you need to install the .NET
Framework SDK 1.x and the file can be accessed in the following
directory:

DriveLetter:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin\WinCV.exe
~~~~~~~~~~~~~
Tommie Carter
www.premiertechnology.com
 
Back
Top