Table of Contents

Class DirectUDPSocketChunkSentEventArgs

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

Fired when message is sent to udp direct socket stream.

public sealed class DirectUDPSocketChunkSentEventArgs : EventArgs
Inheritance
DirectUDPSocketChunkSentEventArgs
Inherited Members

Properties

Identifier

Gets or sets the identifier

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

Property Value

string

Message

Gets or sets the message

[JsonPropertyName("message")]
public DirectUDPMessage Message { get; set; }

Property Value

DirectUDPMessage

Timestamp

Gets or sets the timestamp

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

Property Value

double