TestimoX

API Reference

Class

FirewallRuleListQueryTryResult

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Non-throwing firewall rule list query attempt result.

Inheritance

  • Object
  • FirewallRuleListQueryTryResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public FirewallRuleListQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public FirewallRuleListQueryResult Result { get; set; } #

Query result when Success is true.

public FirewallRuleListQueryFailure Failure { get; set; } #

Typed failure when Success is false.