RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AdaptReq.TAdapterActionRedirectOption Enumeration

TAdapterActionRedirectOptions indicates how, if at all, an HTTP request should be redirected.

Pascal
TAdapterActionRedirectOption = (
  roRedirectHTTPPost,
  roRedirectHTTPGet
);
C++
enum TAdapterActionRedirectOption {
  roRedirectHTTPPost,
  roRedirectHTTPGet
};

TAdapterActionRedirectOptions is a set of TAdapterActionRedirectOption values. It can include one or none of the TAdapterActionRedirectOption values, but should not include both of them. 

Each TAdapterActionRedirectOption value indicates the type method type of the request that is sent when the current request is redirected. 

The following table lists the TAdapterActionRedirectOption values:

Value 
Method type of redirected message 
roRedirectHTTPPost  
Post  
roRedirectHTTPGet  
Get  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!