RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatchParams.Create Constructor

Creates and initializes a TAdapterDispatchParams object based on the information in an HTTP request.

Pascal
constructor Create(ARequest: TWebRequest);
C++
__fastcall TAdapterDispatchParams(TWebRequest ARequest);

Call Create to create a new TAdapterDispatchParams object and use it to obtain information encoded in an HTTP request message.  

The TAdapterDispatchParams constructor parses the request message that is supplied as ARequest, locating the values that identify the adapter that must be used to handle the request, and the name and type of the information that that adapter supplies. Create uses this information to initialize the Handler, ObjectIdentifier, and RequestIdentifier properties. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!