Table of Contents

Class DisconnectRequestedEventArgs

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

Constructors

DisconnectRequestedEventArgs(string, long, Disposition)

public DisconnectRequestedEventArgs(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