Click or drag to resize

MessageFrom Structure

A message plus peer information.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
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