Table of Contents

Class TransmitRequestedEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.SmartCardEmulation
Assembly
Selenium.WebDriver.dll
public sealed class TransmitRequestedEventArgs : EventArgs
Inheritance
TransmitRequestedEventArgs
Inherited Members

Properties

Data

Gets or sets the data

[JsonPropertyName("data")]
public string Data { get; set; }

Property Value

string

Handle

Gets or sets the handle

[JsonPropertyName("handle")]
public long Handle { get; set; }

Property Value

long

Protocol

Gets or sets the protocol

[JsonPropertyName("protocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Protocol? Protocol { get; set; }

Property Value

Protocol?

RequestId

Gets or sets the requestId

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

Property Value

string