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;
        }