public static DataSet Summary(string k) { Binding bind; EndpointAddress remoteAddress; BE(url, out bind, out remoteAddress); var r = new R(); var c = new Service1Client(bind, remoteAddress); var r1 = c.Summary(k); c.Close(); return r1; }