TestimoX

API Reference

Class

UdpEndpointInfo

Namespace ComputerX.Ports
Assembly ComputerX
Modifiers sealed

Describes a single UDP endpoint and optional owning process information.

Inheritance

  • Object
  • UdpEndpointInfo

Constructors

Properties

public String ComputerName { get; set; } #

Name of the computer the endpoint belongs to.

public IPEndPoint LocalEndPoint { get; set; } #

Local endpoint (IP and port).

public Int32 ProcessId { get; set; } #

Owning process identifier (0 if unknown or not available).

public String ProcessName { get; set; } #

Optional process executable name, when resolvable.