INetGateImplementation MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The INetGateImplementation type exposes the following members.
Methods

  NameDescription
Public methodCheckTraffic(ITraffic)
Checks whether the specified traffic is allowed or denied
(Inherited from INetGate.)
Public methodCheckTraffic(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
(Inherited from INetGate.)
Public methodConfigure
Configures an entity from supplied config node
(Inherited from IConfigurable.)
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodIncreaseVariable
Increases the named variable in the network scope which this specified traffic falls under
(Inherited from INetGate.)
Public methodSetVariable
Sets the named variable in the network scope which this specified traffic falls under
(Inherited from INetGate.)
Back to Top
Properties

  NameDescription
Public propertyComponentCommonName
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.)
Public propertyComponentDirector
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.)
Public propertyComponentSID
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.)
Public propertyEnabled
When gate is not enabled it allows all traffic bypassing any rules
(Inherited from INetGate.)
Back to Top
See Also