Table of Contents

Class ConnectionEventArgs

Namespace
OpenQA.Selenium.Safari.Internal
Assembly
WebDriver.dll

Provides arguments for handling events associated with connections to the server.

public class ConnectionEventArgs : EventArgs
Inheritance
ConnectionEventArgs
Inherited Members

Constructors

ConnectionEventArgs(IWebSocketConnection)

Initializes a new instance of the ConnectionEventArgs class.

public ConnectionEventArgs(IWebSocketConnection connection)

Parameters

connection IWebSocketConnection

The IWebSocketConnection representing the connection to the client.

Properties

Connection

Gets the connection to the client.

public IWebSocketConnection Connection { get; }

Property Value

IWebSocketConnection