Click or drag to resize

MessageContextBase Class

Optional information about a request received.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class MessageContextBase

The MessageContextBase type exposes the following members.

Constructors
  NameDescription
Public methodMessageContextBase
Constructs a MessageContext.
Top
Properties
  NameDescription
Public propertyLogger
An object for logging messages.
Public propertyServerConnectionClosed
A class that will raise an event when the TCP/IP server connection closes (or null).
Top
See Also