Click or drag to resize

TlsClientOnReceiveDataException(SocketException) Method

Raises the ReceiveDataException event.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected void OnReceiveDataException(
	SocketException ex
)
View Source

Parameters

ex  SocketException
Exception to send to ReceiveDataException event.
See Also