[This is preliminary documentation and is subject to change.]
Classes
| Class | Description | |
|---|---|---|
| Group | ||
| Group Address |
Represents the address node of the group
| |
| NetGate |
Represents a network gate - a logical filter of incoming network traffic.
Network gate is somewhat similar to a firewall - it allows/denies the int/out traffic based on the set of rules
| |
| NetGate State | ||
| NetGateException |
Throw by NetGate
| |
| NetSiteState |
Represents the state of the metwrk site - it can be a particular address or group
| |
| NetSiteState _value | ||
| NOPNetGate |
Represents an implementation of INetGate that allows all traffic
| |
| Rule |
Represents the named rule for NetGate
| |
| VarDef |
Provides variable definition - the name and parameters how fast a variable decays - loses its value towards 0 when it gets deleted
|
Structures
| Structure | Description | |
|---|---|---|
| GeneralTraffic |
Represents general kind of traffic not bound to any particular technology
| |
| HTTPIncomingTraffic |
Represents HTTP traffic that arrives via HttpListener
|
Interfaces
| Interface | Description | |
|---|---|---|
| INetGate |
Stipulates general contract for nrtwork gates - entities similar to firewall.
Network gates allow/deny in/out traffic based on a set of rules
| |
| INetGateImplementation | ||
| ITraffic |
Represents a traffic that passes through network gate
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| GateAction |
Allow/Deny
| |
| TrafficDirection |