API Reference
Class
HttpRequestOptions
Request customization options for HttpAnalysis.
Inheritance
- Object
- HttpRequestOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method DomainHealthCheck.VerifyPlainHttp
- Method DomainHealthCheck.VerifyWebsiteHttps
- Method HttpAnalysis.AnalyzeUrl
Constructors
public HttpRequestOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HttpRequestMethod Method { get; set; } #HTTP method to use for the request.
public Boolean DisableTlsValidation { get; set; } #When true, disables TLS certificate validation (unsafe; off by default).
public String ProxyUrl { get; set; } #Optional proxy URL (e.g. http://127.0.0.1:8080).
public String Cookie { get; set; } #Optional Cookie header value to send.
public Dictionary<String, String> Headers { get; } #Additional request headers to send.