コード例 #1
0
        public string getSL()
        {
            safeNetDll sd = new safeNetDll();

            //return sd.getSLXML(false);
            return(sd.getSLXML());
        }
コード例 #2
0
        public bool installSafeNet(string pk, out string slId, out string msg)
        {
            safeNetDll sd = new safeNetDll();

            //return sd.installSafeNet(false, pk,out slId, out msg);
            return(sd.installSafeNet(pk, out slId, out msg));
        }
コード例 #3
0
        public string TransferToolupdate(string h2h)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.TransferToolupdate(h2h));
        }
コード例 #4
0
        public string transferSafeNet(string h2h)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.update(h2h));
        }
コード例 #5
0
        public string getImmigration()
        {
            safeNetDll sd = new safeNetDll();

            return(sd.getImmigrationXML());
        }
コード例 #6
0
        public string getC2V()
        {
            safeNetDll sd = new safeNetDll();

            return(sd.getC2VXML());
        }
コード例 #7
0
        public string rehost(string slcode, string recipient)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.rehost(slcode, recipient));
        }
コード例 #8
0
        public bool logout()
        {
            safeNetDll sd = new safeNetDll();

            return(sd.logout());
        }
コード例 #9
0
        public string loginstate(string slCode)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.loginstate(slCode));
        }
コード例 #10
0
        public string getSLInfo(string slCode)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.getSLInfo(slCode));
        }
コード例 #11
0
        public bool login(string slCode)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.login(slCode));
        }