NetGate ClassNFX Class Library

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

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
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.IO.Net.Gate NetGate

Namespace: NFX.IO.Net.Gate
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class NetGate : Service, INetGateImplementation, 
	INetGate, IApplicationComponent, IDisposable, IConfigurable
See Also