-
Accept
↔ String?
-
Gets or sets the value of the Accept HTTP header.
getter/setter pairoverride
-
AllowAutoRedirect
↔ bool?
-
Gets or sets a value that indicates whether the request should follow redirection responses.
getter/setter pairoverride
-
ClientCertificates
↔ X509CertificateCollection?
-
Gets or sets the client certificates.
getter/setter pairoverride
-
ConnectionGroupName
↔ String?
-
Gets or sets the name of the connection group for the request.
getter/setter pairoverride
-
ContentType
↔ String?
-
Gets or sets the value of the Content-type HTTP header.
getter/setter pairoverride
-
CookieContainer
↔ CookieContainer?
-
Gets or sets the cookie container.
getter/setter pairoverride
-
Credentials
↔ ICredentials?
-
Gets or sets authentication information for the request.
getter/setter pairoverride
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
Specifies a collection of the name/value pairs that make up the HTTP headers.
getter/setter pairoverride-getter
-
HttpClientFactory
↔ IHttpClientFactory?
-
Gets or sets the http client factory.
getter/setter pairoverride
-
KeepAlive
↔ bool?
-
Gets or sets if the request to the internet resource should contain a Connection HTTP header with the value Keep-alive
getter/setter pairoverride
-
Method
↔ String?
-
Gets or sets the method for the request.
getter/setter pairoverride
-
PreAuthenticate
↔ bool?
-
Gets or sets a value that indicates whether to send an authenticate header with the request.
getter/setter pairoverride
-
Proxy
↔ IWebProxy?
-
Gets or sets proxy information for the request.
getter/setter pairoverride
-
RequestUri
↔ Uri?
-
Gets the original Uniform Resource Identifier (URI) of the request.
getter/setter pairoverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
Timeout
↔ int?
-
Gets or sets the time-out value in milliseconds for the
getter/setter pairoverride
-
UseDefaultCredentials
↔ bool?
-
Gets or sets a
getter/setter pairoverride
-
UserAgent
↔ String?
-
Gets or sets the value of the User-agent HTTP header.
getter/setter pairoverride