Aurora.Addon.HyperGrid.GatekeeperAgentHandler.GatekeeperAgentHandler C# (CSharp) Метод

GatekeeperAgentHandler() публичный Метод

public GatekeeperAgentHandler ( IGatekeeperService gatekeeper, ISimulationService service, bool proxy ) : System
gatekeeper IGatekeeperService
service ISimulationService
proxy bool
Результат System
        public GatekeeperAgentHandler(IGatekeeperService gatekeeper, ISimulationService service, bool proxy)
            : base("POST", "/foreignagent")
        {
            m_SimulationService = service;
            m_GatekeeperService = gatekeeper;
            m_Proxy = proxy;
        }