System.Net.HttpClient.THTTPClient Properties
InheritedProtected
Accept | public | Property to manage the Accept header. |
AcceptCharSet | public | Property to manage the Accept-CharSet header. |
AcceptEncoding | public | Property to manage the Accept-Encoding header. |
AcceptLanguage | public | Property to manage the Accept-Language header. |
AllowCookies | public | Cookies policy used by the HTTP client. |
AuthCallback | public | Authorization callback to ask for user and password. |
AutomaticDecompression | public | |
ConnectionTimeout | public | Represents the timeout until an URL client connection is established. |
ContentType | public | Property to manage the Content-Type header. |
CookieManager | public | Cookie manager object to be used by the HTTP client. |
CredentialsStorage | public | The credential storage that the client uses. |
CustHeaders | public | |
CustomHeaders | public | Array with the Custom Headers specified by AName . |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
HandleRedirects | public | Redirection policy to be used by the HTTP client. |
MaxRedirects | public | Maximum number of redirects |
NeedClientCertificateCallback | public | User callback function fired when a client certificate is needed |
PreemptiveAuthentication | public | |
ProtocolVersion | public | Specifies HTTP protocol version to use. |
ProxySettings | public | Proxy settings to be used by the client. |
ReceiveDataCallBack | public | Manages the ReceiveData CallBack. |
RedirectsWithGET | public | |
ResponseTimeout | public | Represents the maximum timeout between partial URL responses in a given URL client request. |
SecureFailureReasons | public | |
SecureProtocols | public | |
SendDataCallBack | public | |
SendTimeout | public | |
UseDefaultCredentials | public | |
UserAgent | public | Property specified in the CustomHeaders which is sent with the request. |
ValidateServerCertificateCallback | public | Callback method fired when checking the validity of a server certificate. |