Datasnap.DSHTTPClient.TDSHTTP.IRequest Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
GetAcceptpublicGets the value of the Accept header field of the HTTP request.
GetAcceptCharSetpublicGets the value of the Accept-CharSet header field of the HTTP request.
GetAcceptEncodingpublicGets the value of the Accept-Encoding header field of the HTTP request.
GetContentTypepublicGets the value of the ContentType header field of the HTTP request.
GetCustomHeaderspublicGets the value of the custom header fields that are added to the HTTP request.
GetPasswordpublicGets the password for the HTTP request.
GetUserAgentpublicGets the value of the User-Agent header field of the HTTP request.
GetUserNamepublicGets the user name for the HTTP request.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SetAcceptpublicSets the value for the Accept header field of the HTTP request.
SetAcceptCharSetpublicSets the value for the Accept-CharSet header field of the HTTP request.
SetAcceptEncodingpublicSets the value for the Accept-Encoding header field of the HTTP request.
SetAuthenticationpublicSets the user name and the password for the HTTP request.
SetContentTypepublicSets the value for the ContentType header field of the HTTP request.
SetUserAgentpublicSets the value for the User-Agent header field of the HTTP request.
SupportspublicIndicates whether a given interface supports a specific (another) interface.