Processes data received by the connection.
Namespace: OpenQA.Selenium.Safari.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
void ProcessData( IEnumerable<byte> data )
Parameters
- data
- Type:
System.Collections.Generic IEnumerable
Byte
The data to be processed.
See Also