Click or drag to resize
IConnection.Read 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:System.Byte[]
readDelegate
Type: VirtualRadar.Interface.Network.ConnectionReadDelegate
Remarks
The call is non-blocking.
See Also