[This is preliminary documentation and is subject to change.]
The INetGate type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| CheckTraffic(ITraffic) |
Checks whether the specified traffic is allowed or denied
| |
| CheckTraffic(ITraffic, Rule ) |
Checks whether the specified traffic is allowed or denied.
Returns the rule that determined the allow/deny outcome or null when no rule matched
| |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from | ||
| IncreaseVariable |
Increases the named variable in the network scope which this specified traffic falls under
| |
| SetVariable |
Sets the named variable in the network scope which this specified traffic falls under
|
Properties
| Name | Description | |
|---|---|---|
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.) | |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.) | |
| ComponentSID |
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.) | |
| Enabled |
When gate is not enabled it allows all traffic bypassing any rules
|
See Also