Table of Contents

Class TakeResponseBodyAsStreamCommandSettings

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

TakeResponseBodyAsStream

public sealed class TakeResponseBodyAsStreamCommandSettings : ICommand
Inheritance
TakeResponseBodyAsStreamCommandSettings
Implements
Inherited Members

Properties

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