WebSocketConnectionInfo Create Method WebDriver
Creates a WebSocketConnectionInfo for a given request and IP address.

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

public static WebSocketConnectionInfo Create(
	WebSocketHttpRequest request,
	string clientIPAddress
)

Return Value

The created WebSocketConnectionInfo.
See Also