Table of Contents

Class AcceptEventArgs

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

Provides arguments for handling the event for accepting connections.

public class AcceptEventArgs : EventArgs
Inheritance
AcceptEventArgs
Inherited Members

Constructors

AcceptEventArgs(ISocket)

Initializes a new instance of the AcceptEventArgs class.

public AcceptEventArgs(ISocket socket)

Parameters

socket ISocket

The ISocket to use in the event.

Properties

Socket

Gets the ISocket object to use in handling the event.

public ISocket Socket { get; }

Property Value

ISocket