| IConnectionRead Method (Byte, Int32, Int32, ConnectionReadDelegate) | 
            Reads the next chunk from the connection.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Read(
	byte[] buffer,
	int offset,
	int length,
	ConnectionReadDelegate readDelegate
)
Sub Read ( 
	buffer As Byte(),
	offset As Integer,
	length As Integer,
	readDelegate As ConnectionReadDelegate
)
void Read(
	array<unsigned char>^ buffer, 
	int offset, 
	int length, 
	ConnectionReadDelegate^ readDelegate
)
abstract Read : 
        buffer : byte[] * 
        offset : int * 
        length : int * 
        readDelegate : ConnectionReadDelegate -> unit 
Parameters
- buffer
 - Type: SystemByte
 - offset
 - Type: SystemInt32
 - length
 - Type: SystemInt32
 - readDelegate
 - Type: VirtualRadar.Interface.NetworkConnectionReadDelegate
 
See Also