ISocket 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

void Bind(
	EndPoint localEndPoint
)

Parameters

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