Table of Contents

Class ContinueResponseCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.Fetch
Assembly
WebDriver.dll

ContinueResponse

public sealed class ContinueResponseCommandSettings : ICommand
Inheritance
ContinueResponseCommandSettings
Implements
Inherited Members

Properties

BinaryResponseHeaders

Gets or sets the binaryResponseHeaders

[JsonPropertyName("binaryResponseHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BinaryResponseHeaders { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

ResponseCode

Gets or sets the responseCode

[JsonPropertyName("responseCode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ResponseCode { get; set; }

Property Value

long?

ResponseHeaders

Gets or sets the responseHeaders

[JsonPropertyName("responseHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HeaderEntry[] ResponseHeaders { get; set; }

Property Value

HeaderEntry[]

ResponsePhrase

Gets or sets the responsePhrase

[JsonPropertyName("responsePhrase")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ResponsePhrase { get; set; }

Property Value

string