Class PcapngGlobalInfo
public class PcapngGlobalInfo
- Inheritance
-
PcapngGlobalInfo
- Inherited Members
Constructors
PcapngGlobalInfo(string, string?, string?)
public PcapngGlobalInfo(string userApplicationName, string? osDescription = null, string? hardwareDescription = null)
Parameters
Properties
HardwareDescription
public string? HardwareDescription { get; }
Property Value
OsDescription
public string? OsDescription { get; }
Property Value
UserApplicationName
public string UserApplicationName { get; }