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