Class Response
Response
public sealed class Response
- Inheritance
-
Response
- Inherited Members
Properties
AlternateProtocolUsage
alternateProtocolUsage
[JsonPropertyName("alternateProtocolUsage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AlternateProtocolUsage? AlternateProtocolUsage { get; set; }
Property Value
CacheStorageCacheName
cacheStorageCacheName
[JsonPropertyName("cacheStorageCacheName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CacheStorageCacheName { get; set; }
Property Value
Charset
charset
[JsonPropertyName("charset")]
public string Charset { get; set; }
Property Value
ConnectionId
connectionId
[JsonPropertyName("connectionId")]
public double ConnectionId { get; set; }
Property Value
ConnectionReused
connectionReused
[JsonPropertyName("connectionReused")]
public bool ConnectionReused { get; set; }
Property Value
EncodedDataLength
encodedDataLength
[JsonPropertyName("encodedDataLength")]
public double EncodedDataLength { get; set; }
Property Value
FromDiskCache
fromDiskCache
[JsonPropertyName("fromDiskCache")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? FromDiskCache { get; set; }
Property Value
- bool?
FromEarlyHints
fromEarlyHints
[JsonPropertyName("fromEarlyHints")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? FromEarlyHints { get; set; }
Property Value
- bool?
FromPrefetchCache
fromPrefetchCache
[JsonPropertyName("fromPrefetchCache")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? FromPrefetchCache { get; set; }
Property Value
- bool?
FromServiceWorker
fromServiceWorker
[JsonPropertyName("fromServiceWorker")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? FromServiceWorker { get; set; }
Property Value
- bool?
Headers
headers
[JsonPropertyName("headers")]
public Headers Headers { get; set; }
Property Value
HeadersText
headersText
[JsonPropertyName("headersText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string HeadersText { get; set; }
Property Value
MimeType
mimeType
[JsonPropertyName("mimeType")]
public string MimeType { get; set; }
Property Value
Protocol
protocol
[JsonPropertyName("protocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Protocol { get; set; }
Property Value
RemoteIPAddress
remoteIPAddress
[JsonPropertyName("remoteIPAddress")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RemoteIPAddress { get; set; }
Property Value
RemotePort
remotePort
[JsonPropertyName("remotePort")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RemotePort { get; set; }
Property Value
- long?
RequestHeaders
requestHeaders
[JsonPropertyName("requestHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Headers RequestHeaders { get; set; }
Property Value
RequestHeadersText
requestHeadersText
[JsonPropertyName("requestHeadersText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RequestHeadersText { get; set; }
Property Value
ResponseTime
responseTime
[JsonPropertyName("responseTime")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ResponseTime { get; set; }
Property Value
SecurityDetails
securityDetails
[JsonPropertyName("securityDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SecurityDetails SecurityDetails { get; set; }
Property Value
SecurityState
securityState
[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }
Property Value
ServiceWorkerResponseSource
serviceWorkerResponseSource
[JsonPropertyName("serviceWorkerResponseSource")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ServiceWorkerResponseSource? ServiceWorkerResponseSource { get; set; }
Property Value
ServiceWorkerRouterInfo
serviceWorkerRouterInfo
[JsonPropertyName("serviceWorkerRouterInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ServiceWorkerRouterInfo ServiceWorkerRouterInfo { get; set; }
Property Value
Status
status
[JsonPropertyName("status")]
public long Status { get; set; }
Property Value
StatusText
statusText
[JsonPropertyName("statusText")]
public string StatusText { get; set; }
Property Value
Timing
timing
[JsonPropertyName("timing")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ResourceTiming Timing { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }