SocketWrapper Bind Method WebDriver
Binds the socket to a local end point.

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

public void Bind(
	EndPoint localEndPoint
)

Parameters

localEndPoint
Type: OnlineSystem.Net EndPoint
The local end point to which to bind the socket.

Implements

ISocket Bind(EndPoint)
See Also