WinHttpRequestOption class enum

Options that can be set or retrieved for the current WinHTTP session.

Constructors

WinHttpRequestOption()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

WinHttpRequestOption_EnableCertificateRevocationCheck → const int
Enables server certificate revocation checking during SSL negotiation.
WinHttpRequestOption_EnableHttp1_1 → const int
Sets or retrieves a boolean value that indicates whether HTTP/1.1 or HTTP/1.0 should be used.
WinHttpRequestOption_EnableHttpsToHttpRedirects → const int
Controls whether or not WinHTTP allows redirects.
WinHttpRequestOption_EnablePassportAuthentication → const int
Enables or disables support for Passport authentication.
WinHttpRequestOption_EnableRedirects → const int
Sets or retrieves a VARIANT that indicates whether requests are automatically redirected when the server specifies a new location for the resource.
WinHttpRequestOption_EnableTracing → const int
Sets or retrieves a VARIANT that indicates whether tracing is currently enabled.
WinHttpRequestOption_EscapePercentInURL → const int
Sets or retrieves a VARIANT that indicates whether percent characters in the URL string are converted to an escape sequence.
WinHttpRequestOption_MaxAutomaticRedirects → const int
Sets or retrieves the maximum number of redirects that WinHTTP follows; the default is 10.
WinHttpRequestOption_MaxResponseDrainSize → const int
Sets or retrieves a bound on the amount of data that will be drained from responses in order to reuse a connection.
WinHttpRequestOption_MaxResponseHeaderSize → const int
Sets or retrieves a bound set on the maximum size of the header portion of the server's response.
WinHttpRequestOption_RevertImpersonationOverSsl → const int
Controls whether the WinHttpRequest object temporarily reverts client impersonation for the duration of the SSL certificate authentication operations.
WinHttpRequestOption_SecureProtocols → const int
Sets or retrieves a VARIANT that indicates which secure protocols can be used.
WinHttpRequestOption_SelectCertificate → const int
Sets a VARIANT that specifies the client certificate that is sent to a server for authentication.
WinHttpRequestOption_SslErrorIgnoreFlags → const int
Sets or retrieves a VARIANT that indicates which server certificate errors should be ignored.
WinHttpRequestOption_URL → const int
Retrieves a VARIANT that contains the URL of the resource.
WinHttpRequestOption_URLCodePage → const int
Sets or retrieves a VARIANT that identifies the code page for the URL string.
WinHttpRequestOption_UrlEscapeDisable → const int
Sets or retrieves a VARIANT that indicates whether unsafe characters in the path and query components of a URL are converted to escape sequences.
WinHttpRequestOption_UrlEscapeDisableQuery → const int
Sets or retrieves a VARIANT that indicates whether unsafe characters in the query component of the URL are converted to escape sequences.
WinHttpRequestOption_UserAgentString → const int
Sets or retrieves a VARIANT that contains the user agent string.