Click or drag to resize

MessageContextBaseServerConnectionClosed Property

A class that will raise an event when the TCP/IP server connection closes (or null).

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public IConnectionClosed? ServerConnectionClosed { get; }

Property Value

Type: IConnectionClosed
See Also