Show / Hide Table of Contents

Class ProcessPort

A mapping for processes to ports and ports to processes that are being used in the system.

Inheritance
System.Object
ProcessPort
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public class ProcessPort

Properties

| Improve this Doc View Source

PortNumber

Declaration
public int PortNumber { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ProcessId

Declaration
public int ProcessId { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ProcessName

Declaration
public string ProcessName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProcessPortDescription

Declaration
public string ProcessPortDescription { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Protocol

Declaration
public string Protocol { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX