Class FirewallStateResult
Result of GetStateAsync(string, CancellationToken).
public record FirewallStateResult : IEquatable<FirewallStateResult>
- Inheritance
-
FirewallStateResult
- Implements
- Inherited Members
Properties
ClosesAtUtc
public DateTime? ClosesAtUtc { get; init; }
Property Value
Ip
public string Ip { get; init; }
Property Value
IsOpen
public bool IsOpen { get; init; }
Property Value
IsPermanent
public bool IsPermanent { get; init; }
Property Value
LastUsedUtc
public DateTime? LastUsedUtc { get; init; }
Property Value
OpenedUtc
public DateTime? OpenedUtc { get; init; }