myGengo.Client.get C# (CSharp) Method

get() public method

public get ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
return System.Net.HttpWebResponse
        public HttpWebResponse get(string url, string format, IDictionary param)
        {
            return (HttpWebResponse)this.request(url, Client.GET, format, param);
        }