Domain Detective

API Reference

Class

HttpRequestOptions

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

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.

Accepted by parameters

Constructors

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 Dictionary<String, String> Headers { get; } #

Additional request headers to send.

{{ include "footer" }}