Пример #1
0
        void Close()
        {
            /*
             * It closes rpcclient.
             */

            this.rpcclient = null;
        }
Пример #2
0
        void Open(string service_url)
        {
            /*
             * It opens rpcclient by service url.
             * :param service_url : service url
             */

            this.rpcclient = new XMLRPCClient(this.url + service_url);
        }