RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp Properties

The properties of the THTTPReqResp class are listed here.

 
Name 
Description 
 
Indicates the number of milliseconds that can elapse before aborting an attempt to connect to the server. 
 
This is MaxSinglePostSize, a member of class THTTPReqResp. 
 
Indicates the number of milliseconds that can elapse before canceling a request when no response is received from the server. 
 
Indicates the number of milliseconds that can elapse before timing out the sending of a request. 
 
Specifies the SoapAction header to include in the HTTP message that executes the method call. 
 
URL 
Specifies the URL that identifies the target interface on the target Web Service application. 
 
Name 
Description 
 
Provides the value of the User-Agent header for HTTP messages to the Web Service provider. 
 
Customizes the way THTTPReqResp generates or handles headers in the messages it sends to the server. 
 
Specifies the password that allows the client application to log on when the Web Service provider requires authentication. 
 
Lists any proxy servers that are required to make the connection. 
 
Lists the host names of locally registered servers that do not require a proxy. 
 
Indicates the binding key of a UDDI entry to use for fail-over support. 
 
Indicates the URL of the UDDI registry to use for fail-over support. 
 
Specifies the user name that allows the client application to log on to the server. 
 
Specifies whether the Content-Type header should specify UTF-8 as a character set. 
 
Indicates the target interface method using a WSDL document. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!