Click or drag to resize

ClientBaseOnReceiveDataComplete Method

Raises the ReceiveDataComplete event.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnReceiveDataComplete(
	byte[] data,
	int size
)
View Source

Parameters

data  Byte
Data received from the client.
size  Int32
Number of bytes received from the client.
See Also