Click or drag to resize

UdpRemoteEndPoint Class

A packet identifier for a UDP packet. See ID.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsUdpRemoteEndPoint

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public class UdpRemoteEndPoint

The UdpRemoteEndPoint type exposes the following members.

Properties
  NameDescription
Public propertyEndPoint
The remote endpoint of the packet received, or to which the packet should be sent.
Top
Methods
  NameDescription
Public methodToString
A description of the packet.
(Overrides ObjectToString.)
Top
See Also