Class OpenPortObject
Inheritance
System.Object
OpenPortObject
Assembly: AsaLib.dll
Syntax
public class OpenPortObject : CollectObject
Constructors
|
Improve this Doc
View Source
OpenPortObject(Int32, TRANSPORT)
Declaration
public OpenPortObject(int Port, TRANSPORT Type)
Parameters
| Type |
Name |
Description |
| System.Int32 |
Port |
|
| TRANSPORT |
Type |
|
|
Improve this Doc
View Source
OpenPortObject(Int32, TRANSPORT, ADDRESS_FAMILY)
Declaration
public OpenPortObject(int Port, TRANSPORT Type, ADDRESS_FAMILY AddressFamily)
Parameters
Properties
|
Improve this Doc
View Source
Address
Declaration
public string? Address { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
AddressFamily
InterNetwork is IPv4 InterNetworkV6 is IPv6
Declaration
public ADDRESS_FAMILY AddressFamily { get; set; }
Property Value
|
Improve this Doc
View Source
Identity
$"{Address}:{Family}:{Type}:{Port}:{ProcessName}"
Declaration
public override string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
Port
Declaration
public int Port { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ProcessName
Declaration
public string? ProcessName { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Type
Declaration
public TRANSPORT Type { get; set; }
Property Value