API Reference
Class
UdpEndpointInfo
Describes a single UDP endpoint and optional owning process information.
Inheritance
- Object
- UdpEndpointInfo
Constructors
public UdpEndpointInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.