Class ProcessPort
A mapping for processes to ports and ports to processes that are being used in the system.
Inheritance
System.Object
ProcessPort
Assembly: AsaLib.dll
Syntax
public class ProcessPort : object
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 |
|