Table of Contents

Class TakeResponseBodyAsStreamCommandResponse

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

Response for TakeResponseBodyAsStream

public sealed class TakeResponseBodyAsStreamCommandResponse : ICommandResponse<TakeResponseBodyAsStreamCommandSettings>, ICommandResponse
Inheritance
TakeResponseBodyAsStreamCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Stream

Gets or sets the stream

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

Property Value

string