Click or drag to resize

TcpServerOnReceiveClientDataException(Guid, SocketException) Method

Raises the ReceiveClientDataException event.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnReceiveClientDataException(
	Guid clientID,
	SocketException ex
)
View Source

Parameters

clientID  Guid
ID of client to send to ReceiveClientDataException event.
ex  SocketException
Exception to send to ReceiveClientDataException event.
See Also