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 SourcePortNumber
Declaration
public int PortNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ProcessId
Declaration
public int ProcessId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ProcessName
Declaration
public string ProcessName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessPortDescription
Declaration
public string ProcessPortDescription { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Protocol
Declaration
public string Protocol { get; }
Property Value
| Type | Description |
|---|---|
| System.String |