Esempio n. 1
0
  public MobileLoginManager(AsynchMobileAppSocketService InAsynchMobileAppSocketService, LoginUser MeLoginUser, int MeRecieveCount)
 {
     //新版本
     this.MyAsynchMobileAppSocketService = InAsynchMobileAppSocketService;
     this.MyLoginUser = MeLoginUser;
     this.MyReadWriteChannel = MeLoginUser.MyReadWriteSocketChannel;
     this.MyReadBuffers = this.MyReadWriteChannel.MyReadBuffers;
     this.MyRecieveCount = MeRecieveCount;
 }
        public MobileAppServiceUIForm() : base()
        {
            MyAsynchMobileAppSocketService = new AsynchMobileAppSocketService();
            MyAsynchSocketServiceBaseFrame = MyAsynchMobileAppSocketService;
            MyManagerSocketLoginUser       = MyAsynchMobileAppSocketService.MyManagerLoginMobileUser;//.MyManagerSocketLoginUser;

            MyAsynchMobileAppSocketService.MySocketServiceTypeID   = LGJAsynchSocketService.SocketServiceTypeID.MobileAppServer;
            MyAsynchMobileAppSocketService.MyRefreshNotifyCallBack = new AsynchMobileAppSocketService.AsynchRefreshNotifyHandler(this.InvokeAllProcess);
            MyAsynchMobileAppSocketService.MyManagerLoginMobileUser.MyRefreshNotifyCallBack = new ManagerSocketLoginUser.AsynchRefreshNotifyHandler(this.InvokeAllProcess);
            nSocketServiceTypeID = SocketServiceTypeID.MobileAppServer;

            MyMobileAppTypeID = MobileAppTypeID.Windows;

            //InitAsynchSocketSet();
        }