Click or drag to resize

IPRoutingInfo Class

IP protocol specific routing information.
Inheritance Hierarchy

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class IPRoutingInfo : RoutingInfo

The IPRoutingInfo type exposes the following members.

Constructors
  NameDescription
Public methodIPRoutingInfo
Constructs a new IPRoutingInfo.
Top
Properties
  NameDescription
Public propertyLocalEndPoint
The local endpoint (or null).
Public propertyRemoteEndPoint
The remote endpoint (or null).
Public propertyString
A printable string description.
(Overrides RoutingInfoString.)
Top
Methods
  NameDescription
Public methodStatic memberGetIPRoutingInfo
Get the IPRoutingInfo from a packet.
Top
See Also