Click or drag to resize

ServerBase.SendClientDataStart Event

Occurs when data is being sent to a client.

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

Value

EventHandler<EventArgs<Guid>>

Implements

IServer.SendClientDataStart
Remarks
Argument is the ID of the client to which the data is being sent.
See Also