Table of Contents

Class TransmitRequestedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record TransmitRequestedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<TransmitRequestedEventArgs>
Inheritance
EventArgs
TransmitRequestedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

TransmitRequestedEventArgs(string, long, string, Protocol?)

public TransmitRequestedEventArgs(string RequestId, long Handle, string Data, Protocol? Protocol = null)

Parameters

RequestId string
Handle long
Data string
Protocol Protocol?

Properties

Data

public string Data { get; init; }

Property Value

string

Handle

public long Handle { get; init; }

Property Value

long

Protocol

public Protocol? Protocol { get; init; }

Property Value

Protocol?

RequestId

public string RequestId { get; init; }

Property Value

string