FirewallRuleDirection Enumeration
Specifies the direction of traffic to which a firewall rule applies.
Namespace: DevCase.Core.Networking.SecurityAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FirewallRuleDirection
Public Enumeration FirewallRuleDirection
Dim instance As FirewallRuleDirection
public enum class FirewallRuleDirection
type FirewallRuleDirection
No code example is currently available or this language may not be supported.
Inbound |
1 |
The rule applies to inbound traffic
|
Outbound |
2 |
The rule applies to outbound traffic.
|