예제 #1
0
        public NRpcServer(IPAddress ip, int port)
        {
            _iPEndPoint = new IPEndPoint(ip, port);

            _routeCoordinator = DependencyManage.Resolve <ICoordinatorFactory>().Create();
            _gloabFilterList  = new List <IServerFilter>();
        }
예제 #2
0
 static RpcConfig()
 {
     _RouteCoordinator = DependencyManage.Resolve <ICoordinatorFactory>().Create();
 }