AccessControlListPortCondition.Flags Property

Definition

List of protocol flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg.

public System.Collections.Generic.IList<string> Flags { get; }
member this.Flags : System.Collections.Generic.IList<string>
Public ReadOnly Property Flags As IList(Of String)

Property Value

Applies to