Domain Detective

API Reference

Class

WebStaticScanHostBrief

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Summary for a single host observed during a static scan (bytes, requests, types).

Inheritance

  • Object
  • WebStaticScanHostBrief

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public String Host { get; set; } #

Gets or sets the host value.

public Int64 Bytes { get; set; } #

Gets or sets the bytes value.

public Boolean FirstParty { get; set; } #

Gets or sets the first party value.

public Int32 Requests { get; set; } #

Gets or sets the requests value.

public Dictionary<String, Int64> BytesByType { get; set; } #

Gets or sets the bytes by type value.

{{ include "footer" }}