Table of Contents

Class FirewallOpenResult

Namespace
Quilt4Net.Toolkit.Features.Atlas
Assembly
Quilt4Net.Toolkit.dll

Result of OpenAsync(string, string, CancellationToken). Outcome: Opened | AlreadyOpen | Failed.

public record FirewallOpenResult : IEquatable<FirewallOpenResult>
Inheritance
FirewallOpenResult
Implements
Inherited Members

Properties

ClosesAtUtc

public DateTime? ClosesAtUtc { get; init; }

Property Value

DateTime?

Ip

public string Ip { get; init; }

Property Value

string

LastUsedUtc

public DateTime? LastUsedUtc { get; init; }

Property Value

DateTime?

OpenedUtc

public DateTime? OpenedUtc { get; init; }

Property Value

DateTime?

Outcome

public string Outcome { get; init; }

Property Value

string