Table of Contents

Class TakeResponseBodyForInterceptionAsStreamCommandSettings

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

Returns a handle to the stream representing the response body. Note that after this command, the intercepted request can't be continued as is -- you either need to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified.

public sealed class TakeResponseBodyForInterceptionAsStreamCommandSettings : ICommand
Inheritance
TakeResponseBodyForInterceptionAsStreamCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

InterceptionId

Gets or sets the interceptionId

[JsonPropertyName("interceptionId")]
public string InterceptionId { get; set; }

Property Value

string