SocketWrapper Listen Method WebDriver
Starts listening to data received over the socket.

Namespace: OpenQA.Selenium.Safari.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public void Listen(
	int backlog
)

Parameters

backlog
Type: OnlineSystem Int32
The number of pending connections to process.

Implements

ISocket Listen(Int32)
See Also