Click or drag to resize
IConnectionRead Method (Byte, Int32, Int32, 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,
	int offset,
	int length,
	ConnectionReadDelegate readDelegate
)

Parameters

buffer
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32
readDelegate
Type: VirtualRadar.Interface.NetworkConnectionReadDelegate
See Also