Table of Contents

Class EndTransactionRequestedEventArgs

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

Constructors

EndTransactionRequestedEventArgs(string, long, Disposition)

public EndTransactionRequestedEventArgs(string RequestId, long Handle, Disposition Disposition)

Parameters

RequestId string
Handle long
Disposition Disposition

Properties

Disposition

public Disposition Disposition { get; init; }

Property Value

Disposition

Handle

public long Handle { get; init; }

Property Value

long

RequestId

public string RequestId { get; init; }

Property Value

string