예제 #1
0
        //
        // ====================================================================================================
        //
        public override string Post(string url)
        {
            HttpController httpRequest = new HttpController();

            return(httpRequest.postUrl(url));
        }
예제 #2
0
        //
        // ====================================================================================================
        //
        public override string Post(string url, System.Collections.Specialized.NameValueCollection requestArguments)
        {
            HttpController httpRequest = new HttpController();

            return(httpRequest.postUrl(url, requestArguments));
        }