コード例 #1
0
ファイル: PortHostService.cs プロジェクト: URK96/GFVPN
        public List <NatSession> getAndRefreshSessionInfo()
        {
            List <NatSession> allSession = NatSessionManager.getAllSession();

            refreshSessionInfo(allSession);

            return(allSession);
        }
コード例 #2
0
ファイル: PortHostService.cs プロジェクト: URK96/GFVPN
        public void refreshSessionInfo()
        {
            List <NatSession> allSession = NatSessionManager.getAllSession();

            refreshSessionInfo(allSession);
        }