Click or drag to resize

IServerClientConnectingException Event

Occurs when an exception is encountered while a client is connecting.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
event EventHandler<EventArgs<Exception>> ClientConnectingException

Value

EventHandlerEventArgsException
Remarks
Argument is the Exception encountered when connecting to the client.
See Also