[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
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.IO.Net.Gate NetGateNamespace: NFX.IO.Net.GateAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public class NetGate : Service, INetGateImplementation,
INetGate, IApplicationComponent, IDisposable, IConfigurable
public class NetGate : Service, INetGateImplementation,
INetGate, IApplicationComponent, IDisposable, IConfigurable
Public Class NetGate
Inherits Service
Implements INetGateImplementation, INetGate, IApplicationComponent, IDisposable,
IConfigurable
Public Class NetGate
Inherits Service
Implements INetGateImplementation, INetGate, IApplicationComponent, IDisposable,
IConfigurable
public ref class NetGate : public Service,
INetGateImplementation, INetGate, IApplicationComponent, IDisposable, IConfigurable
public ref class NetGate : public Service,
INetGateImplementation, INetGate, IApplicationComponent, IDisposable, IConfigurable
type NetGate =
class
inherit Service
interface INetGateImplementation
interface INetGate
interface IApplicationComponent
interface IDisposable
interface IConfigurable
end
type NetGate =
class
inherit Service
interface INetGateImplementation
interface INetGate
interface IApplicationComponent
interface IDisposable
interface IConfigurable
end