Exemplo n.º 1
0
        void Close()
        {
            /*
             * It closes rpcclient.
             */

            this.rpcclient = null;
        }
Exemplo n.º 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);
        }
Exemplo n.º 3
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);
        }
Exemplo n.º 4
0
        void Close()
        {
            /*
            It closes rpcclient.
            */

            this.rpcclient = null;
        }