Click or drag to resize

MessageFrom Structure

A message plus peer information.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.IOMessageFrom

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public readonly struct MessageFrom

The MessageFrom type exposes the following members.

Constructors
 NameDescription
Public methodMessageFrom Constructs a Message.
Top
Properties
 NameDescription
Public propertyData The received data.
Public propertyRemoteEndPoint Remote end point.
Public propertyTimestamp Receipt timestamp.
Top
See Also