Table of Contents

Class TakeResponseBodyForInterceptionAsStreamCommandResponse

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

Response for 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 TakeResponseBodyForInterceptionAsStreamCommandResponse : ICommandResponse<TakeResponseBodyForInterceptionAsStreamCommandSettings>, ICommandResponse
Inheritance
TakeResponseBodyForInterceptionAsStreamCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Stream

Gets or sets the stream

[JsonPropertyName("stream")]
public string Stream { get; set; }

Property Value

string