API Reference
Class
WebStaticScanHostBrief
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.
Returned or exposed by
- Property WebStaticScanInfo.TopHostsByBytes
- Property WebStaticScanInfo.TopThirdPartyByBytes
Constructors
public WebStaticScanHostBrief() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.