Creates a WebSocketConnectionInfo for a given request and IP address.
Namespace: OpenQA.Selenium.Safari.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public static WebSocketConnectionInfo Create( WebSocketHttpRequest request, string clientIPAddress )
Parameters
- request
- Type: OpenQA.Selenium.Safari.Internal WebSocketHttpRequest
The WebSocketHttpRequest to get the connection information for.
- clientIPAddress
- Type:
System String
The IP address of the client connection.
Return Value
The created WebSocketConnectionInfo.See Also