Table of Contents

Class GetIPProtectionProxyStatusCommandResponse

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

Response for Returns enum representing if IP Proxy of requests is available or reason it is not active.

public sealed class GetIPProtectionProxyStatusCommandResponse : ICommandResponse<GetIPProtectionProxyStatusCommandSettings>, ICommandResponse
Inheritance
GetIPProtectionProxyStatusCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Status

Whether IP proxy is available

[JsonPropertyName("status")]
public IpProxyStatus Status { get; set; }

Property Value

IpProxyStatus