WebSocketServer Dispose Method (Boolean)WebDriver
Releases the unmanaged resources used by the SocketWrapper and optionally releases the managed resources.

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

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: OnlineSystem Boolean
  to release managed and resources;   to only release unmanaged resources.
See Also