Table of Contents

Class ConnectRequestedEventArgs

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

Properties

ContextId

Gets or sets the contextId

[JsonPropertyName("contextId")]
public long ContextId { get; set; }

Property Value

long

PreferredProtocols

Gets or sets the preferredProtocols

[JsonPropertyName("preferredProtocols")]
public ProtocolSet PreferredProtocols { get; set; }

Property Value

ProtocolSet

Reader

Gets or sets the reader

[JsonPropertyName("reader")]
public string Reader { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

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

Property Value

string

ShareMode

Gets or sets the shareMode

[JsonPropertyName("shareMode")]
public ShareMode ShareMode { get; set; }

Property Value

ShareMode