System.Net.HttpClient.IHTTPRequest Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddHeaderpublicAdds the specified HTTP header field with the specified value to the list of headers of your request.
AddRefpublicIncrements the reference count for this interface.
GetAcceptpublicGetter of Accept.
GetAcceptCharSetpublicGetter of AcceptCharSet.
GetAcceptEncodingpublicGetter of AcceptEncoding.
GetAcceptLanguagepublicGetter of AcceptLanguage.
GetClientCertificatepublicThe client certificate assigned to the request.
GetCredentialpublicGetter of Credential.
GetHeaderspublicGetter of Headers.
GetHeaderValuepublicGetter of HeaderValue.
GetMethodStringpublicGetter of MethodString.
GetReceiveDataCallbackpublicGetter of ReceiveDataCallback.
GetReceiveDataEventpublicGetter for the OnReceiveData event.
GetSourceStreampublicGetter of SourceStream.
GetURLpublicGetter of URL.
GetUserAgentpublicGetter of UserAgent.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
RemoveHeaderpublicRemoves the specified HTTP header field from the list of headers of your request.
SetAcceptpublicSetter of Accept.
SetAcceptCharSetpublicSetter of AcceptCharSet.
SetAcceptEncodingpublicSetter of AcceptEncoding.
SetAcceptLanguagepublicSetter of AcceptLanguage.
SetClientCertificatepublicSets a client certificate to use with the request.
SetCredentialpublicSetter of Credential.
SetHeaderValuepublicSetter of HeaderValue.
SetMethodStringpublicSetter of MethodString.
SetReceiveDataCallbackpublicSetter of ReceiveDataCallback.
SetReceiveDataEventpublicSetter for the OnReceiveData event.
SetSourceStreampublicSetter of SourceStream.
SetURLpublicSetter of URL.
SetUserAgentpublicSetter of UserAgent.
SupportspublicIndicates whether a given interface supports a specific (another) interface.