Table of Contents

Class DirectUDPSocketClosedEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

Fired when direct_socket.UDPSocket is closed.

public sealed class DirectUDPSocketClosedEventArgs : EventArgs
Inheritance
DirectUDPSocketClosedEventArgs
Inherited Members

Properties

Identifier

Gets or sets the identifier

[JsonPropertyName("identifier")]
public string Identifier { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double