Click or drag to resize
IConnectionRead Method (Byte, ConnectionReadDelegate)
Reads the next chunk from the connection.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Read(
	byte[] buffer,
	ConnectionReadDelegate readDelegate
)

Parameters

buffer
Type: SystemByte
readDelegate
Type: VirtualRadar.Interface.NetworkConnectionReadDelegate
Remarks
The call is non-blocking.
See Also