Initializes a new instance of the ConnectionEventArgs class.
Namespace: OpenQA.Selenium.Safari.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public ConnectionEventArgs( IWebSocketConnection connection )
Parameters
- connection
- Type: OpenQA.Selenium.Safari.Internal IWebSocketConnection
The IWebSocketConnection representing the connection to the client.
See Also