Class NetGate.State
Inheritance
System.Object
    NetGate.State
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Azos.IO.Net.Gate
Assembly: Azos.dll
Syntax
public class StateFields
DefaultAction
Declaration
[Config]
public GateAction DefaultActionField Value
| Type | Description | 
|---|---|
| GateAction | 
Gate
Declaration
public readonly NetGate GateField Value
| Type | Description | 
|---|---|
| NetGate | 
Groups
Declaration
public readonly OrderedRegistry<Group> GroupsField Value
| Type | Description | 
|---|---|
| OrderedRegistry<Group> | 
Rules
Declaration
public readonly OrderedRegistry<Rule> RulesField Value
| Type | Description | 
|---|---|
| OrderedRegistry<Rule> | 
VarDefs
Declaration
public readonly Registry<VarDef> VarDefsField Value
| Type | Description | 
|---|---|
| Registry<VarDef> | 
Methods
FindGroupForAddress(String)
Returns the first matching group for address, or null
Declaration
public Group FindGroupForAddress(string address)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | address | 
Returns
| Type | Description | 
|---|---|
| Group | 
FindNetSiteStateForAddress(String, ref Group)
Returns existing NetSiteState object for specified address, first checking group membership or null
Declaration
public NetSiteState FindNetSiteStateForAddress(string address, ref Group group)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | address | |
| Group | group | 
Returns
| Type | Description | 
|---|---|
| NetSiteState |