Class ResponseReceivedEventArgs
ResponseReceived
public sealed class ResponseReceivedEventArgs : EventArgs
- Inheritance
-
ResponseReceivedEventArgs
- Inherited Members
Properties
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }
Property Value
LoaderId
Gets or sets the loaderId
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Response
Gets or sets the response
[JsonPropertyName("response")]
public Response Response { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public ResourceType Type { get; set; }