Table of Contents

Class StreamResourceContentCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming.

public sealed class StreamResourceContentCommandSettings : ICommand
Inheritance
StreamResourceContentCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

RequestId

Identifier of the request to stream.

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

Property Value

string