Click or drag to resize
ConnectionReadDelegate Delegate
The delegate that is called when an IConnection reads bytes off the connection.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void ConnectionReadDelegate(
	IConnection connection,
	byte[] buffer,
	int offset,
	int length,
	int bytesRead
)

Parameters

connection
Type: VirtualRadar.Interface.NetworkIConnection
buffer
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32
bytesRead
Type: SystemInt32
See Also