Click or drag to resize

ServerBaseClientConnected Event

Occurs when a client connects to the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Guid>> ClientConnected
View Source

Value

EventHandlerEventArgsGuid

Implements

IServerClientConnected
Remarks
Argument is the ID of the client that connected to the server.
See Also