ISocket Receive Method WebDriver
Receives data over the socket.

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

void Receive(
	byte[] buffer,
	int offset
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer into which the data will be read.
offset
Type: OnlineSystem Int32
The offset into the buffer at which the data will be read.
See Also