System.Net.HttpClient.THTTPRequest Fields

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
FCancelledprotectedIndicates whether the request has been cancelled (True) or not (False).
FClientprotectedURL client that performs the request.
FClientCertificateprotectedThe client certificate to use with this request.
FClientCertPasswordprotectedThe password of the client certificate to use with this request.
FClientCertPathprotectedFor internal use only.
FLocalCredentialprotectedCredentials that the URL client must use when it performs the request.
FMethodStringprotectedString that represents the command of the request.
FRefCountprotected
FSourceStreamprotectedStream with data to send when the method of the URL request involves sending data to the target server.
FURLprotectedTarget URI of the request.